{% include 'taxsystem/partials/view/manage/dashboard.html' %}
{% include 'taxsystem/partials/view/manage/paymentsystem.html' %}
{% include 'taxsystem/partials/view/manage/members.html' %}
{% include 'taxsystem/modals/confirm.html' with name="PaymentSystem" %}
{% endblock %}
{% block extra_css %}
{% endblock %}
{% block extra_javascript %}
{% include 'bundles/datatables-js-bs5.html' %}
{% include "bundles/filterdropdown-js.html" %}
{% include 'taxsystem/bundles/settings-js.html' %}
{% include 'taxsystem/bundles/administration-js.html' %}
{% endblock extra_javascript %}
{% block extra_script %}
{% endblock extra_script %}