{% extends "admin/models/base.html" %} {% block content %} {% if form.errors %}
×

There were errors with your form submission

{% endif %}
Edit {{ model_admin.get_display_name() }} {% for field in form %} {{ admin_field(field) }} {% endfor %}
Cancel Delete
{% endblock %}