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

{{ title }}

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

{% translate "Filter Sets" %}

{% include 'taxsystem/partials/manage/filter.html' with filter_sets=filter_sets %}

{% translate "Filter Setup" %}

{% if forms.filter %}
{% csrf_token %}
{{ forms.filter|bootstrap }}
{% endif %} {% if forms.filter_set %}
{% csrf_token %}
{{ forms.filter_set|bootstrap }}
{% endif %} {% if forms.edit_filter_set %}
{% csrf_token %}
{{ forms.edit_filter_set|bootstrap }}
{% endif %}
{% include 'taxsystem/modals/modal.html' with name="ViewFilter" %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_javascript %} {% include 'taxsystem/bundles/modal-js.html' %} {% include 'taxsystem/modals/filter-delete.html' %} {% include 'bundles/datatables-js-bs5.html' %} {% include "bundles/filterdropdown-js.html" %} {% include 'bundles/moment-js.html' with locale=True %} {% include "taxsystem/bundles/settings-css.html" %} {% include 'taxsystem/bundles/settings-js.html' %} {% include 'taxsystem/bundles/filter-bundle.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}