{% extends 'allianceauth/base.html' %} {% load i18n %} {% load static %} {% block page_title %}{% trans app_title %}{% endblock %} {% block content %}
{% include 'standingsrequests/partials/_menu.html' %}
{% block page_content %}{% endblock %}
{% endblock %} {% block extra_css %} {% include "standingsrequests/bundles/angular.html" %} {% endblock extra_css %}