-
- {% include 'allianceauth/top-menu.html' %}
-
+
+
+ {% include 'allianceauth/top-menu.html' %}
+
+
+ {% if user.is_authenticated %}
{% include 'allianceauth/side-menu.html' %}
-
+ {% endif %}
+
+
+ {% if user.is_authenticated %}
{% include 'allianceauth/messages.html' %}
- {% block content %}
- {% endblock content %}
-
-
+ {% endif %}
+
+ {% block content %}
+ {% endblock content %}
- {% endif %}
+
{% include 'bundles/bootstrap-js.html' %}
{% include 'bundles/jquery-visibility-js.html' %}
-
- {% include 'bundles/refresh-notifications-js.html' %}
+ {% if user.is_authenticated %}
+
+ {% include 'bundles/refresh-notifications-js.html' %}
+ {% endif %}
{% include 'bundles/evetime-js.html' %}
{% block extra_javascript %}