{% extends "admin_extra_buttons/action_page.html" %} {% load i18n static admin_list admin_urls %} {% block action-content %}
{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{% endfor %}
{% if import_results %} {% endif %} {% endblock action-content %}