{% load admin_urls i18n import_export_tags unfold %} {% 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'" %}

{% component "unfold/components/button.html" with submit=1 variant="primary" class="ml-auto" %} {% trans "Confirm import" %} {% endcomponent %}
{% endblock %}