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

{{ title }}

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

{% translate "Overview" %}

{% include 'taxsystem/partials/view-taxsystem/overview.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/bundles/aa-taxsystem-js.html' %} {% include 'taxsystem/bundles/datatables-2-js.html' with extColumnControl=True %} {% endblock %}