{% load static %} {% load i18n %} {% load navactive %} {% load auth_notifications %} {% load theme_tags %} {% include 'allianceauth/icons.html' %} {% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %} {% theme_css %} {% include 'bundles/fontawesome.html' %} {% include 'bundles/auth-framework-css.html' %} {% block extra_css %}{% endblock extra_css %} {% if user.is_authenticated %} {% endif %}
{% include 'menu/sortable-side-menu.html' %}
{% include 'bundles/jquery-js.html' %} {% theme_js %} {% if user.is_authenticated %} {% endif %} {% block extra_javascript %} {% endblock extra_javascript %}