{% load static %} {% load i18n %} {% load navactive %} {% load auth_notifications %} {% include 'allianceauth/icons.html' %} {% block title %}{% block page_title %}{% endblock page_title %} - Alliance Auth{% endblock title %} {% include 'bundles/bootstrap-css.html' %} {% include 'bundles/fontawesome.html' %} {% block extra_css %}{% endblock extra_css %} {% if user.is_authenticated %}
{% include 'allianceauth/top-menu.html' %}
{% include 'allianceauth/side-menu.html' %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% if not forloop.last %}
{% endif %} {% endfor %} {% endif %} {% block content %} {% endblock content %}
{% endif %}
{% include 'bundles/bootstrap-js.html' %} {% include 'bundles/jquery-visibility-js.html' %} {% block extra_javascript %} {% endblock extra_javascript %}