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

{% translate "Effective Requests" %}

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

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

{% 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 %}