{% extends "edc_dashboard/base.html" %} {% load static %} {% block main %}
« Back to uploads

Review Pending Import

Summary

Laboratory
{{ laboratory }}
Files to process
{{ file_count }}
Results parsed
{{ result_count }}
Mapped investigations
{{ mapped|length }}
Unmapped investigations
{{ unmapped|length }}
{% csrf_token %} {% if unmapped %}

Unmapped Investigations

Enter the EDC utest_id for each investigation below, or leave blank to skip.

{% for item in unmapped %} {% endfor %}
Investigation Best guess utest_id
{{ item.investigation }} {{ item.guess|default:"-" }}
{% endif %} {% if mapped %}

Already Mapped Investigations

{% for item in mapped %} {% endfor %}
Investigation utest_id
{{ item.investigation }} {{ item.utest_id|default:"-" }}
{% endif %}
Cancel
{% endblock main %} {% block extra-scripts-bottom %} {% endblock extra-scripts-bottom %}