{% extends "admin/models/base.html" %} {% block breadcrumbs %} {{ super() }}
  • / Add new
  • {% endblock %} {% block tab_add_class %}active{% endblock %} {% block content %} {% if form.errors %}
    ×

    There were errors with your form submission

    {% endif %}
    Add a new {{ model_admin.get_display_name() }} {% for field in form %} {{ admin_field(field) }} {% endfor %}
    Cancel
    {% endblock %}