{% extends "admin/base_site.html" %} {% load i18n unfold %} {% block breadcrumbs %}{% endblock %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock %} {% block content %}
{% csrf_token %} {% for field in form %} {% include "unfold/helpers/field.html" with field=field %} {% endfor %}
{% component "unfold/components/button.html" with submit=1 %} {% trans "Submit form" %} {% endcomponent %}
{% endblock %}