{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #}
{% if is_completed %}
Import complete.
{% elif is_failed %}
{{ message|default:"The import failed." }}
{% endif %}
{{ percentage }}%

Processed {{ processed }} of {{ total }} rows

{% if is_completed %} View results {% elif is_failed and preview_available and preview_blocked %} Finish the current preview before reviewing this failed import. {% elif is_failed and preview_available %} Review preview {% elif is_failed %} Start a new import {% else %} This page updates automatically. {% endif %}