{% extends "standingsrequests/_base.html" %} {% load bootstrap %} {% load static %} {% load i18n %} {% block details %}

{% translate "Manage Requests" %}

{% include "standingsrequests/partials/spinner.html" %}

Standing requests with pending action for {{organization.name}}

{% include "standingsrequests/partials/spinner.html" %}

Standing revocations with pending action for {{organization.name}}

{% include "standingsrequests/partials/tbl_effective_requests.html" %}

Currently effective standing requests for {{organization.name}} • This data is cached

{% endblock details %} {% block extra_css %} {{ block.super }} {% include 'bundles/datatables-css.html' %} {% endblock extra_css %} {% block extra_javascript %} {% include "standingsrequests/bundles/htmx.html" %} {% include 'bundles/datatables-js.html' %} {% include 'bundles/filterdropdown-js.html' %} {% include "standingsrequests/bundles/helper-js.html" %} {% endblock %}