{% extends "aasrp/base.html" %} {% load i18n %} {% load static %} {% block aasrp_body %} {% include "aasrp/partials/dashboard/srp-links.html" %} {% include "aasrp/modals/dashboard/enable-srp-link.html" %} {% include "aasrp/modals/dashboard/disable-srp-link.html" %} {% include "aasrp/modals/dashboard/delete-srp-link.html" %} {% endblock %} {% block extra_css %} {% include "bundles/datatables-css-bs5.html" %} {% include "aasrp/bundles/aa-srp-css.html" %} {% include "aasrp/bundles/aa-srp-form-css.html" %} {% endblock %} {% block extra_javascript %} {% include "bundles/clipboard-js.html" %} {% include "bundles/datatables-js-bs5.html" %} {% include "bundles/moment-js.html" with locale=True %} {% include "bundles/filterdropdown-js.html" %} {% include "aasrp/bundles/srp-links-js.html" %} {% endblock %}