{% load i18n static richmin admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_richmin_settings request as richmin_settings %} {% get_richmin_ui_tweaks as richmin_ui %} {% get_selected_filters request as selected_filters %} {% block title %}{{ title }} | {{ richmin_settings.site_title }}{% endblock %} {% if richmin_ui.theme.name != 'default' %} {% endif %} {% if richmin_ui.dark_mode_theme %} {% endif %} {% if LANGUAGE_BIDI %} {% else %} {% endif %} {% if richmin_settings.custom_css %} {% endif %} {% if richmin_settings.use_google_fonts_cdn %} {% endif %} {% block extrastyle %} {% endblock %} {% block extrahead %} {% endblock %}
{% if not is_popup %} {% block sidebar %} {% if richmin_settings.show_sidebar %} {% get_side_menu as side_menu_list %} {% endif %} {% endblock %} {% endif %}
{% block page_content %} {% if not is_popup %}

{% block content_title %}{% endblock %}

{% block breadcrumbs %}{% endblock %}
{% block page_actions %}{% endblock %}
{% endif %}
{% block messages %} {% for message in messages %} {% if message.tags == 'success' %}
{{ message|capfirst }}
{% elif message.tags == 'error' %}
{{ message|capfirst }}
{% elif message.tags == 'warning' %}
{{ message|capfirst }}
{% elif message.tags == 'info' %}
{{ message|capfirst }}
{% endif %} {% endfor %} {% endblock messages %}
{% block content %} {% endblock %}
{% endblock %}
{% block footer %} {% if not is_popup %} {% if richmin_settings.show_ui_builder %} {% include 'richmin/includes/ui_builder_panel.html' %} {% endif %} {% endif %} {% endblock %}
{% if richmin_settings.show_ui_builder %} {% endif %} {% if richmin_settings.custom_js %} {% endif %} {% if richmin_settings.show_ui_builder %} {% endif %} {% block extrajs %}{% endblock %}