{% extends "admin/import_export/base.html" %} {% load admin_urls i18n import_export_tags %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}
{% csrf_token %}
{% include "unfold/helpers/field.html" with field=form.format %}
{% endblock %}