{% extends "standingsrequests/_base.html" %} {% load bootstrap %} {% load static %} {% load i18n %} {% block details %}
{% blocktranslate with organization_name=organization.name %} All effective standing requests for {{organization_name}} • This data is cached {% endblocktranslate %}
{% endblock details %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% include 'bundles/filterdropdown-js.html' %} {% endblock extra_javascript %} {% block extra_css %} {{ block.super }} {% include 'bundles/datatables-css.html' %} {% endblock extra_css %}