{% extends "admin/base.html" %} {% load i18n static jet_tags %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %}

{{ site_header|default:_('Django administration') }}

{% endblock %} {% block extrastyle %} {{ block.super }} {% get_current_jet_version as JET_VERSION %} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% jet_delete_confirmation_context %} {% jet_change_form_sibling_links_enabled as show_siblings %} {% if change and show_siblings %}
{% spaceless %} {% jet_previous_object_url as url %} {% jet_next_object_url as url %} {% endspaceless %}
{% endif %} {% get_side_menu_compact as SIDE_MENU_COMPACT %} {% if not is_popup %} {% endif %} {% endblock %}