{% extends 'ibs/layouts/base.html' %} {% load static widget_tweaks humanize %} {% block title %}IBS - 계약 내역 조회{% endblock %} {% block content %}
{% include 'ibs/partials/content_title.html' with second_bs="분양 계약 관리" title="계약 현황 조회" %}
{% with menu_order='1' %} {% include 'contract/partials/head_menu.html' %} {% endwith %}
{% include 'ibs/partials/project_select.html' %}
{% include 'contract/partials/contract_summary.html' %}
{% include 'contract/partials/list_search_form.html' %}
{% include 'contract/partials/contract_table.html' %}
{% if is_paginated %} {# to_first_last :: 맨처음 / 맨끝으로 버튼 사용 여부 #} {# page_class ex:: pagination-rounded pagination-sm pagination-lg justify-content-center justify-content-end #} {% include 'partials/pagination.html' with to_first_last="ok" page_class="pagination-rounded justify-content-end" %} {% endif %}
{% include 'contract/partials/reservation_table.html' %}
{% endblock %} {% block third_party_js %} {% endblock %}