{% extends 'ibs/layouts/base.html' %} {% block title %}IBS - 전체 납부 내역{% endblock %} {% block content %} {% load static humanize widget_tweaks mathfilters %}
{% include 'ibs/partials/content_title.html' with second_bs="분양 수납 관리" title="건별 수납 관리" %}
{% with menu_order='2' %} {% include 'cash/partials/head_menu_payment.html' %} {% endwith %} {% include 'cash/partials/payment_form_search_area.html' %}
{% include 'cash/partials/payment_form_info.html' %}
{% include 'cash/partials/payment_form_form_table.html' %}
{% include 'cash/partials/payment_form_data_table.html' %}
{% endblock %} {% block third_party_js %} {% endblock %}