{% extends 'custom_admin_base.html' %} {% block content %} {% include 'order_contract/custom_admin/custom_admin_order_sub.html' %}
{% for object in object_list %} {% if object.order_status == 5 %} {% else %} {% endif %} {% endfor %}
No. 연도 유치원 주문명 진행단계 최종진행일 담당자
{{ object.pk }} {{ object.create_date|date:"y년" }}{{ object.kindergarten }} {{ object.name }}{{ object.kindergarten }} {{ object.name }} {% if object.order_status == 1 %} {% elif object.order_status == 2 %} {% elif object.order_status == 3 %} {% elif object.order_status == 4 %} {% else %} {% endif %} {{ object.modify_date|date:"Y년 M d일" }} {{ object.kindergarten.user_profile.user_name }}
{% include 'pagination/pagination.html' %}
{% endblock content %}