{% load i18n static jet_tags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% jet_get_current_theme as THEME %} {% jet_get_current_version as JET_VERSION %} {% block html %} {% block title %}{% endblock %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% jet_get_date_format as date_format %} {% jet_get_time_format as time_format %} {% jet_get_datetime_format as datetime_format %} {% jet_static_translation_urls as translation_urls %} {% for url in translation_urls %} {% endfor %} {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} {% load i18n %}
{% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block messages %} {% if messages %} {% endif %} {% endblock messages %}
{% block pretitle %}{% endblock %} {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block footer %}{% endblock %} {% jet_delete_confirmation_context as delete_confirmation_context %} {{ delete_confirmation_context }} {% jet_change_form_sibling_links_enabled as show_siblings %} {% if change and show_siblings %}
{% spaceless %} {% jet_previous_object as sibling %} {% if sibling %} {{ sibling.label }} {% else %} --- {% endif %} {% jet_next_object as sibling %} {% if sibling %} {{ sibling.label }} {% else %} --- {% endif %} {% endspaceless %}
{% endif %} {% jet_get_side_menu_compact as SIDE_MENU_COMPACT %} {% if not is_popup %} {% endif %} {% jet_get_themes as THEMES %} {% if THEMES %}
  • {% trans "current theme" %}
  • {% endif %}
    {% endblock %}