{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrahead %} {{ block.super }} {{ form.media }} {% if django_version_above_6_1_x %} {% endif %} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ app_label }} model-{{ model_name }} action-{{ action }} action-form {% endblock bodyclass %} {% block breadcrumbs %} {% if django_version_above_6_1_x %}
{% else %} {% endif %} {% endblock %} {% block content %} {% block help_text %} {% if help_text %}{{ help_text }}
{% endif %} {% endblock help_text %} {% block objects_list %} {% if objects_summary %}