{% load static meta cms_tags menu_tags sekizai_tags authentication thumbnail geoluminate simple_menu i18n compress %} {% generate_menu %} {% get_current_language as LANGUAGE_CODE %} {% block head_title %} {% endblock head_title %} | {{ config.site.name }} {% include 'meta/meta.html' %} {% block head %} {% endblock head %} {% compress css %} {% comment %} {% endcomment %} {% endcompress %} {% comment %} {% endcomment %} {% block style %}{% endblock style %} {% render_block "css" %}
{% if request.user|has_group:"CMS" or request.user.is_superuser %} {% include 'geoluminate/utils/cms_toolbar.html' %} {% endif %} {% block wrapper %} {% include 'geoluminate/layout/navbar.html' %}
{% include 'geoluminate/layout/sidebar.html' %}
{% block app_menu %} {% endblock app_menu %}
{% include "geoluminate/components/messages.html" %}
{% block content %} {% endblock content %}
{% block sidebar_right %} {% endblock sidebar_right %}
{% endblock wrapper %} {% include "authentication/login_or_register.html" %} {% block modals %} {% endblock modals %} {% render_block "modals" %} {% comment %} {% if user.is_authenticated %} {% include 'tellme/js_inc.html' %} {% endif %} {% endcomment %} {% compress js %} {% endcompress %} {% render_block "js" %} {% block scripts %} {% endblock scripts %} {% include 'geoluminate/utils/screen-size-indicator.html' %}