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

{% translate "Effective Requests" %}

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

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