{% extends "aasrp/base.html" %}
{% load i18n %}
{% load static %}
{% block header_nav_collapse_left %}
{% include "aasrp/partials/dashboard/tabs-navigation.html" %}
{% endblock %}
{% block header_nav_collapse_right %}
{% include "aasrp/partials/dashboard/navigation.html" %}
{% endblock %}
{% block aasrp_body %}
{% include "aasrp/partials/dashboard/tabs-content.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" %}
{% include "aasrp/modals/view-requests/request-details.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/aa-srp-dashboard-js.html" %}
{% endblock %}