{% load humanize %}
| 계약 일련번호 | 차 수 | 타 입 | {% if this_project.is_unit_set %}동호수 | {% endif %}계약자 | 총 납입금 | 현 회차상태(완납회차) | 계약일자 | |
|---|---|---|---|---|---|---|---|---|
| [{{ object.contract.serial_number }}] | {{ object.contract.order_group }} | {{ object.contract.unit_type }} | {{ object.contract.keyunit.houseunit|default:'미정' }} | {{ object.name }} | {{ paid_amount|default:"-"|intcomma }} | {% if paid_amount >= due_pay %}완납 중 {% else %}미납 중{% endif %} ({{ paid_order.pop }}) | {{ object.contract_date|date:"Y-m-d" }} |