{% 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 "Tax Free Groups" %}

{% include 'taxsystem/partials/view-manage/manage-groups.html' %}

{% translate "Group Setup" %}

{% if forms.groups %}
{% csrf_token %}
{% bootstrap_form forms.groups %}
{% endif %}
{% 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/modals/request-accept-delete-group.html' %} {% 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-groups-js.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}