{% extends 'taxsystem/base.html' %} {% load i18n %} {% load django_bootstrap5 %} {% block page_title %} {{ title }} {% endblock %} {% block page_topic %}

{{ title }}

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

{% translate "Admin History" %}

{% include 'taxsystem/partials/view-manage/admin-history.html' %}
{% endblock %} {% block extra_css %} {% include 'bundles/datatables-2-css-bs5.html' %} {% include 'bundles/datatables-2-columncontrol-css-bs5.html' %} {% include 'taxsystem/bundles/aa-taxsystem-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'taxsystem/bundles/aa-taxsystem-js.html' %} {% include 'bundles/datatables-2-js-bs5.html' %} {% include 'bundles/datatables-2-columncontrol-js-bs5.html' %} {% include 'taxsystem/bundles/view-admin-history-js.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}