{% extends "base.html" %} {% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block extrastyle %} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% load i18n %} {% block extra_body_attrs %}class="{% if is_popup %}popup {% endif %}{% block bodyclass %}{% endblock %}" data-admin-utc-offset="{% now "Z" %}" {% endblock %} {% block page_content %}