{% extends "admin/change_form.html" %}{% load admin_urls birder markdown_deux_tags static unfold %} {# {% block extrastyle %} #} {# #} {# #} {# {% endblock extrastyle %} #} {% block last-breadcrumb %} {% url opts|admin_urlname:'change' original.pk as link %} {% include 'unfold/helpers/breadcrumb_item.html' with link=link name=original|truncatewords:'18' %} {% include 'unfold/helpers/breadcrumb_item.html' with link='' name="Configure" %} {% endblock last-breadcrumb %} {% block nav-global %} {% endblock %} {# {% block extrahead %}{{ block.super }} #} {# {{ form.media }} #} {# {% endblock extrahead %} #} {% block content %} {{ form_help }}
{% csrf_token %} {# #} {{ form }} {#
#}
{% endblock content %} {% block submit_buttons_bottom %}{% endblock %}