{% load i18n avatar_tags %} {% load account socialaccount %} {% 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 %} {% block extra_head %} {% endblock %} {% endblock %} {% block header %}
{% endblock header %}
{% block middle %}
{% block isi %}{% endblock %}
{% include "_status_message.html" %} {% include "_announcements.html" %} {% include "_messages.html" %} {% block body_outer %} {% endblock %}
{% endblock middle %} {% block monitoring %} {% endblock %} {% block footer %} {% endblock footer %}
{% if DEBUG_STATIC %} {% else %} {% endif %} {% include 'autocomplete_light/static.html' %} {% block extra_script %}{% endblock extra_script %} {% if 'isdc_panel' in INSTALLED_APPS %} {% include 'isdc_panel/panel.html' %} {% endif %}