{% load admin_urls i18n import_export_tags %} {% block confirm_import_form %}
{% csrf_token %} {{ confirm_form.as_p }}

{% trans "Below is a preview of data to be imported. If you are satisfied with the results, click 'Confirm import'" %}

{% endblock %}