{% extends 'infection_dating_tool/base.html' %} {% load bootstrap3 %} {% block content %}
{% if data_file %}

Mapping for {{ data_file.file_name }}

Please complete any maps without all three values {% else %} {% endif %} {% for map in mapping %} {% endfor %}
Code Test Property
{{ map.code }} {% if map.test %} {{ map.test }} {% endif %} {{ map.test_property.estimate_label }} Edit
{% if completed_mapping %}

Mapping completed

Validate Mapping Return to data files {% endif %} {% if completed_mapping == False %} Validate Mapping {% endif %}
{% endblock %}