{% load humanize %}
{# 청약자 리스트 #}
총 청약 건수 : {{ reservation_list.count }} 건 Excel Export
{% if this_project.is_unit_set %} {% endif %} {% for object in reservation_list %} {% if this_project.is_unit_set %} {% endif %} {% endfor %}
청약자 차 수 타 입동호수청약 금액 연락처[1] 청약일
{{ object.contractor.name }} {{ object.order_group }} {{ object.keyunit.unit_type }} {{ object.keyunit.houseunit }}{{ object.projectcashbook_set.first.income|intcomma }} {{ object.contractor.contractorcontact.cell_phone }} {{ object.contractor.reservation_date|date:"Y-m-d" }}