{% extends 'taxsystem/base.html' %} {% load i18n %} {% load humanize %} {% load taxsystem %} {% block page_title %} {{ title }} ⋗ {% translate "Tax System" %} {% endblock %} {% block page_topic %}

{{ title }}

{% endblock page_topic %} {% block taxsystem_block %}

{% translate "Payments" %}

{% include 'taxsystem/partials/table/payments.html' %}
{% include 'taxsystem/modals/modal.html' with name="ViewDetails" %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_javascript %} {% include 'taxsystem/bundles/modal-js.html' %} {% include 'taxsystem/modals/payments-reject.html' %} {% include 'taxsystem/modals/payments-approve.html' %} {% include 'taxsystem/modals/payments-undo.html' %} {% include 'taxsystem/modals/payments-delete.html' %} {% include 'bundles/datatables-js-bs5.html' %} {% include "bundles/filterdropdown-js.html" %} {% include "taxsystem/bundles/settings-css.html" %} {% include 'taxsystem/bundles/settings-js.html' %} {% include 'taxsystem/bundles/payments-bundle.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}