{% extends 'core/wizards/_base.html' %} {% load i18n bootstrap %} {% block wizard_help %}
{% blocktrans with opentag=''|safe closetag=''|safe %}See {{opentag}}the import documentation{{closetag}} for details.{% endblocktrans %}
{% endblock %} {% block wizard_action %}action="{% url 'api:document-imports' pk=object.pk %}"{% endblock %} {% block wizard_fields %} {% if import_form.current_import and import_form.current_import.ongoing %} {% trans "Import is already ongoing, please wait for it to be finished or cancel it." %} {% else %} {% if import_form.current_import.failed %}