{% load static %} {% load i18n %} {% load navactive %} {% load menu_items %} {% 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 %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %} {% endblock content %}
{% endif %} {% include 'bundles/bootstrap-js.html' %} {% block extra_javascript %} {% endblock extra_javascript %}