{% load announcement_tags %} {% load perm_tags %} {# admin left for deprecation for custom templates/themes #} {% is_admin request.user as admin %} {% if SITE_GLOBAL_SEMGOOGLEANALYTICSPROFILEID %} {% endif %} {% 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 includebootstrap3css %} {# Let's try using Bootstrap 3 in all sites #} {% endblock %} {% if SITE_GLOBAL_OVERRIDEBOOTSTRAPCSS %} {# #} {% endif %} {% if request.user.is_authenticated %} {# #} {% endif %} {% if request.user.is_superuser and THEME_INFO.SSU.color %} {% endif %} {# #} {# #} {% block extra_head %}{% endblock %} {% block top_bar %} {% if request.user.is_authenticated %} {% if request.user.is_superuser %} {% if request.user.impersonated_user and not request.user.impersonated_user.is_superuser %} {% include "top_menu/user_top-new.html" %} {% else %} {% include "top_menu/admin_top-new.html" %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% endif %} {% else %} {% include "top_menu/user_top-new.html" %} {% endif %} {% endif %} {% emergency_announcement request.user %} {% endblock %} {% block html_body %}{% endblock %} {% if request.user.is_superuser %}{# include "admin_menu/admin_bottom.html" #}{% endif %} {% block jquery_script %} {% endblock jquery_script %} {% if request.user.is_superuser %} {% endif %} {% if user.is_authenticated %} {% endif %} {% block extra_body %}{% endblock %} {% if request.user.is_superuser and THEME_INFO.SSU.color %} {% endif %} {% if THEME_INFO.SSU.walkthrough %} {% endif %}