{% extends 'taxsystem/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block page_title %} {{ title }} ⋗ {% translate "Tax System" %} {% endblock %} {% block page_topic %}

{{ title }}

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

{% translate "Frequently Asked Questions" %}

{% include 'taxsystem/partials/view-faq/faq.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 %} {% include 'taxsystem/bundles/view-payments-js.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}