{% extends "main.html" %} {% block content %}
{% if site_id == 2 %}

ASN CARES Registrations Import Results

{% else %}

CARES Registration Status Update Import Results

{% endif %}
{% if import_archive.import_status == 'FULL' %}
✓ Import Successful — all rows processed without errors.
{% elif import_archive.import_status == 'PART' %}
⚠ Partial Import — some rows had errors. See details below.
{% else %}
✗ Import Failed — no rows were successfully processed.
{% endif %}
Summary
{% if site_id == 2 %} {% else %} {% endif %} {% if site_id == 2 %} {% else %} {% endif %}
CreatedUpdatedSkipped Errors Total
{{ summary.created }}{{ summary.updated }}{{ summary.skipped }} {{ summary.errors }} {{ summary.total }}
Import Archive
{% if import_archive.import_results_file %} {% endif %}
Name {{ import_archive.name }}
Status {{ import_archive.get_import_status_display }}
Results Log Download results CSV
Back to CARES Registrations
{% endblock content %}