{% load announcement_tags %} {% load perm_tags %} {# admin left for deprecation for custom templates/themes #} {% is_admin request.user as admin %} {% block full_title %} {% block title %}{{ SITE_GLOBAL_SITEDISPLAYNAME }}{% endblock %} {% endblock %} {% block full_meta_description %} {% endblock %} {% block full_meta_keywords %} {% endblock %} {% block meta_canonical_url %}{% endblock %} {% block jquery_script %} {% endblock jquery_script %} {% block includebootstrap3css %} {# Let's try using Bootstrap 3 in all sites #} {% endblock %} {% if request.user.is_authenticated %}{% endif %} {% block extra_head %}{% endblock %} {% if SITE_GLOBAL_SEMGOOGLEANALYTICSPROFILEID %} {% endif %} {% if SITE_GLOBAL_GOOGLETAGMANAGERCONTAINERID %} {% endif %} {% if SITE_GLOBAL_GOOGLETAGMANAGERCONTAINERID %} {% endif %} {% block top_bar %} {% if request.user.is_authenticated %} {% if request.user.is_superuser %} {% include "top_menu/admin_top-new.html" %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% else %} {% include "top_menu/user_top-new.html" %} {% endif %} {% endif %} {% endblock %} {% emergency_announcement request.user %} {% block html_body %}{% endblock %} {% include "credits.html" %} {% if request.user.is_superuser %}{# include "admin_menu/admin_bottom.html" #}{% endif %} {% if request.user.is_superuser %} {% endif %} {% if user.is_authenticated %} {% endif %} {% block extra_body %}{% endblock %}