{% extends 'altcorp/base.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% load static %} {% block altcorp_body %}

{% translate "Manage Requests" %}

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

{% blocktranslate %} Current alt corps {% endblocktranslate %}

{% endblock altcorp_body %} {% block extra_css %} {{ block.super }} {% include 'bundles/datatables-css.html' %} {% endblock extra_css %} {% block extra_javascript %} {{ block.super }} {% include 'bundles/datatables-js.html' %} {% include 'bundles/filterdropdown-js.html' %} {% endblock %}