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

{{ title }}

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

{% translate "Payments" %}

{% include 'taxsystem/partials/view-payments/payments.html' %}
{% include 'taxsystem/partials/view-payments/bulk_actions.html' %} {% endblock %} {% block extra_css %} {% include 'taxsystem/bundles/datatables-2-css.html' with extColumnControl=True %} {% include 'taxsystem/bundles/aa-taxsystem-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'taxsystem/modals/request-view-payment-details.html' %} {% include 'taxsystem/modals/request-accept-approve-payment.html' %} {% include 'taxsystem/modals/request-accept-reject-payment.html' %} {% include 'taxsystem/modals/request-accept-undo-payment.html' %} {% include 'taxsystem/modals/request-accept-delete-payment.html' %} {% include 'taxsystem/modals/request-accept-bulk-actions.html' %} {% include 'taxsystem/bundles/aa-taxsystem-js.html' %} {% include 'taxsystem/bundles/datatables-2-js.html' with extColumnControl=True %} {% include 'taxsystem/bundles/view-payments-js.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}