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

{{ title }}

{% endblock page_topic %} {% block header_nav_collapse_left %} {% include 'taxsystem/partials/menu/navigation.html' %} {% endblock header_nav_collapse_left %} {% block header_nav_collapse_right %} {% include 'taxsystem/partials/menu/administration.html' %} {% endblock header_nav_collapse_right %} {% block taxsystem_block %}
{% include 'taxsystem/partials/table/own-payments.html' %}
{% include 'taxsystem/partials/view/corporations.html' with name="OwnPayments" %}
{% include 'taxsystem/modals/modal.html' with name="ViewDetails" %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_javascript %} {% include 'taxsystem/bundles/modal-js.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/own-payments-bundle.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}