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