{% load i18n static mazer admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_mazer_settings request as mazer_settings %} {% get_mazer_ui_tweaks as mazer_ui %} {% block title %}{{ title }} | {{ mazer_settings.site_title }}{% endblock %} {% if mazer_settings.custom_css %} {% endif %} {% block extrastyle %} {% endblock %} {% block extrahead %} {% endblock %}
{% if not is_popup %} {% block sidebar %} {% if mazer_settings.show_sidebar %} {% get_side_menu as side_menu_list %} {% endif %} {% endblock %} {# #} {% endif %}
{% block page_content %} {% if not is_popup %}
{% endif %}
{% if not is_popup %}

{% block content_title %}{% endblock %}

{% block breadcrumbs %}{% endblock %}
{% endif %}
{#
#}
{% block content %} {% endblock %}
{% endblock %} {% block footer %} {% if not is_popup %} {% if mazer_settings.show_ui_builder %} {% include 'mazer/includes/ui_builder_panel.html' %} {% endif %} {% endif %} {% endblock %}
{% if mazer_settings.show_ui_builder %} {% endif %} {% if mazer_settings.custom_js %} {% endif %} {% block messages %} {% for message in messages %} {% endfor %} {% endblock messages %} {% block extrajs %}{% endblock %}