{% load tnnt_template_tags %} {% load static %} {% load i18n %} {% load auth_notifications %} {% include 'allianceauth/icons.html' %} {% block title %}{% block page_title %}{% endblock page_title %} ยป {{ SITE_NAME }}{% endblock title %} {% include 'bundles/fontawesome.html' %} {% block extra_css %}{% endblock extra_css %} {% if NIGHT_MODE %} {% endif %}
{% include 'allianceauth/top-menu.html' %}
{% if user.is_authenticated %} {% include 'allianceauth/side-menu.html' %} {% endif %}
{% include 'allianceauth/messages.html' %} {% block content %} {% endblock content %}
{% include 'bundles/bootstrap-js.html' %} {% include 'bundles/jquery-visibility-js.html' %} {% if user.is_authenticated %} {% include 'bundles/refresh-notifications-js.html' %} {% endif %} {% block extra_javascript %} {% endblock extra_javascript %}