{% load humanize %}
| 일련 번호 | 차 수 | 타 입 | {% if this_project.is_unit_set %}동호수 | {% endif %}계약자 | 최근 납입회차 | 최근 납입금액 | 인가 등록여부 | 연락처[1] | 계약자 거주지역 | 계약일자 | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ object.serial_number }} | {{ object.order_group }} | {{ object.unit_type }} | {% if this_project.is_unit_set %}{{ object.keyunit.houseunit }} | {% endif %}{{ object.contractor.name }} | {{ object.payments.first.installment_order }} | {{ object.payments.first.income|intcomma }} | {{ object.contractor.qualification }} | {{ object.contractor.contractorcontact.cell_phone }} | {{ object.contractor.contractoraddress.dm_address1|truncatewords:"2" }} | {{ object.contractor.contract_date|date:"Y-m-d" }} |