{% load humanize %}
| 청약자 | 차 수 | 타 입 | {% if this_project.is_unit_set %}동호수 | {% endif %}청약 금액 | 연락처[1] | 청약일 | |
|---|---|---|---|---|---|---|---|
| {{ object.contractor.name }} | {{ object.order_group }} | {{ object.keyunit.unit_type }} | {% if this_project.is_unit_set %}{{ object.keyunit.houseunit }} | {% endif %}{{ object.projectcashbook_set.first.income|intcomma }} | {{ object.contractor.contractorcontact.cell_phone }} | {{ object.contractor.reservation_date|date:"Y-m-d" }} |