{% 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 %}
| Created |
{% else %}
Updated |
{% endif %}
Skipped |
Errors |
Total |
{% if site_id == 2 %}
| {{ summary.created }} |
{% else %}
{{ summary.updated }} |
{% endif %}
{{ summary.skipped }} |
{{ summary.errors }} |
{{ summary.total }} |
Import Archive
| Name |
{{ import_archive.name }} |
| Status |
{{ import_archive.get_import_status_display }} |
{% if import_archive.import_results_file %}
| Results Log |
Download results CSV |
{% endif %}
Back to CARES Registrations