{% extends "admin_extra_buttons/action_page.html" %}{% load admin_list admin_urls extra_buttons i18n static %} {% block extrahead %} {# #} {% endblock extrahead %} {% block breadcrumbs-items %} {% translate 'Home' %}{{ opts.app_config.verbose_name }}{{ opts.verbose_name_plural|capfirst }}Chart {% if original %}› {{ original }}{% endif %} {% block breadcrumbs-active %}› {{ action|default_if_empty:title }}{% endblock %} {% endblock breadcrumbs-items %} {% block action-content %} {{ s }} {% if registration %}
{% else %}
{% csrf_token %} {{ form }}
{% endif %} {% endblock action-content %} {# {% block document_ready %} #} {# {% if registration %} #} {# {% endif %} #} {# {% endblock %} #}