{% load i18n avatar_tags %} {% load leaflet_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{{ SITE_NAME }}{% endblock %} {% block head %} {% if DEBUG_STATIC %} {% else %} {% endif %} {% leaflet_js %} {% leaflet_css %} {% if 'print' in request.build_absolute_uri %} {% endif %} {% block extra_head %} {% endblock %} {% endblock %} {% block header %}
{% trans "Loading ..." %}
{% endblock header %}
{% block middle %}
{% include "_status_message.html" %} {#% include "_announcements.html" %#} {% include "_messages.html" %} {% block body_outer %}
{% block body %}{% endblock %}
{% block sidebar %}{% endblock %}
{% endblock %}
{% endblock middle %}
{% block footer %} {% endblock footer %} {% if not user.is_authenticated %} {% else %} {% endif %} {% if DEBUG_STATIC %} {% else %} {% endif %} {% include 'autocomplete_light/static.html' %} {% block extra_script %}{% endblock extra_script %}