{% load i18n static %} {#{% if not is_popup %}#} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% block blockbots %}{% endblock %} {#{% endif %}#} {% block loader %}{% endblock %} {% block mainsection %}
{% block nav-global %} {% if not is_popup %} {% endif %} {% endblock %}
{% block wrapper %} {% if not is_popup %} {% block sidebar_left %} {% include 'admin/sidebar_left.html' %} {% endblock %} {% endif %}
{% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %}
{% block pretitle %}{% endblock %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %}
{% block sidebar_right %} {% include 'admin/sidebar_right.html' %} {% endblock %} {% endblock %}
{% if not is_popup %} {% block footer %} {% endblock %} {% endif %}
{% endblock %} {#{% if not is_popup %}#} {##} {% if vectorMapJsURL %} {% endif %} {% block extrascript %}{% endblock %} {% block messages %} {% if messages %} {% endif %} {% endblock messages %} {#{% endif %}#}