{% 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 taxsystem_block %}

{% translate "Account Status" %}

{% include 'taxsystem/partials/view/account.html' %}
{% endblock %} {% block extra_css %} {% endblock %} {% block extra_javascript %} {% 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/account-bundle.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}