{% extends 'ibs/layouts/base.html' %} {% block title %}IBS - 전체 납부 내역{% endblock %} {% load static %} {% block content %}
{% include 'ibs/partials/content_title.html' with second_bs="분양 수납 관리" title="전체 납부 내역" %}
{% with menu_order='1' %} {% include 'cash/partials/head_menu_payment.html' %} {% endwith %}
{% include 'ibs/partials/project_select.html' %}
{% include 'cash/partials/payment_list_summary.html' %}
{% include 'cash/partials/payment_list_search_form.html' %}
{% include 'cash/partials/payment_list_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 %}
{% endblock %} {% block third_party_js %} {% endblock %}