{% extends "main.html" %} {% block content %}

Review CARES Import – Archive #{{ import_archive.pk }}

{{ summary.new }}

New

{{ summary.update }}

Updates

{{ summary.conflict }}

Conflicts

{{ summary.skip }}

Unchanged

{{ summary.approved }}

Approved

{{ summary.rejected }}

Rejected

{{ summary.pending }}

Pending

Clear
{% csrf_token %} {% if action_filter %}{% endif %}
{% csrf_token %} {% if action_filter %}{% endif %}
Commit Approved ({{ summary.approved }}) Import Log
{% if staging_records %}
{% for record in staging_records %} {% endfor %}
Row Species Name Action Review Status Changed Fields Actions
{{ record.import_row_number }} {{ record.new_name }} {% if record.existing_species %}
existing {% endif %}
{{ record.get_action_display }} {% if record.review_status == 'APPROVED' %} {{ record.get_review_status_display }} {% elif record.review_status == 'OVERRIDE' %} {{ record.get_review_status_display }} {% elif record.review_status == 'REJECTED' %} {{ record.get_review_status_display }} {% else %} {{ record.get_review_status_display }} {% endif %} {% if record.changed_fields %} {{ record.changed_fields.keys|join:", " }} {% else %} {% endif %} Review
{% else %}
No staging records match the current filter.
{% endif %}
{% endblock content %}