{% load i18n admin_static jet_tags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}{% format_current_language LANGUAGE_CODE as LANGUAGE_CODE %}{% get_themes as THEMES %}{% get_current_theme as THEME %}{% get_current_jet_version as JET_VERSION %}{% get_side_menu_compact as SIDE_MENU_COMPACT %} {% block html %} {% block title %}{% endblock %} {% block blockbots %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_CODE|slice:":2" != 'en' %} {% with "jet/vendor/jquery-ui/i18n/datepicker-"|add:LANGUAGE_CODE|add:".js" as url %} {% endwith %} {% with "jet/vendor/jquery-ui-timepicker/i18n/jquery.ui.timepicker-"|add:LANGUAGE_CODE|add:".js" as url %} {% endwith %} {% with "jet/vendor/select2/js/i18n/"|add:LANGUAGE_CODE|add:".js" as url %} {% endwith %} {% endif %} {% block extrahead %}{% endblock %} {% block body %} {% if not is_popup %}
{% endif %}
{% if not is_popup %} {% block header %} {% endblock %} {% endif %} {% block messages %} {% if messages %} {% endif %} {% endblock messages %}
{% block pretitle %}{% endblock %} {% if is_popup %} {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %} {% endif %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %}
{% block footer %}{% endblock %}
{% if not is_popup %} {% if not SIDE_MENU_COMPACT %} {% if app_list %} {% endif %} {% endif %}
{% endif %} {% endblock %} {% endblock %}