{% 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 'notice/partials/head_menu.html' %} {% endwith %}
{% include 'ibs/partials/project_select.html' %}
{% include 'notice/partials/bill_issue_form.html' %}
{% include 'notice/partials/contractor_search_form.html' %}
{% include 'notice/partials/contractor_payment_list.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 %}
{% if request.user.is_superuser or request.user.staffauth.notice > '1' %} {% else %} {% endif %}
{% endblock %} {% block third_party_js %} {% endblock %}