{% extends 'core/wizards/import.html' %} {% load i18n bootstrap %} {% block selected_images %}{% endblock %} {% block wizard_fields %} {{ block.super }} {% if not import_form.current_import.ongoing %}
{% trans "Import images from IIIF." %}
{% render_field import_form.iiif_uri %}
{% endif %} {% endblock %}