{% if imported_count %}
Import complete. Imported {{ imported_count }} series{% if requested_count %} from {{ requested_count }} requested{% endif %} {% if target_case %} into case {{ target_case }} {% endif %}.
{% for row in imported_rows %}
{{ row.series.description|default:'Imported series' }} {% if row.series.series_instance_uid %}
UID: {{ row.series.series_instance_uid }}
{% endif %}
{{ row.link|safe }}
{% endfor %}
{% else %}
No new series were imported.
{% endif %}