{% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% endblock %} {# #} {% if not is_popup and is_nav_sidebar_enabled %} {% endif %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %} {% endif %} {% block extrahead %}{% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %} {% block blockbots %} {% endblock %} {% load i18n %} {% block base_content %}
{{ site.title }} {% if not is_popup %}
{# {% block branding %}{% endblock %} #}
{% block nav-global %}{% endblock %}
{% endif %}
{% block usertools %} {% if has_permission %} {% endif %} {% endblock %}
{% block pretitle %}{% endblock %} {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %} {% block content_subtitle %}{% if subtitle %}
{{ subtitle|slice:"0:30" }}
{% endif %}{% endblock %}
{% url 'admin:index' as home_url %}
{% block messages %} {% if messages %} {% for message in messages %}
{{ message|capfirst }}
{% endfor %} {% endif %} {% endblock messages %} {% block content %} {{ content }} {% endblock %}
{% block sidebar %}{% endblock %}

{% block footer %} {% endblock %}
{% endblock %}