Annotation Details

Date and Time: {{ date_time }}

{% if show_known %}

Known Matches

{% if annotation_data_100_plus %} {% for column in annotation_data_100_plus[0].keys() %} {% endfor %} {% endif %} {% for row in annotation_data_100_plus %} {% for value in row.values() %} {% endfor %} {% endfor %}
{{ column }}
{{ value }}
{% else %}

Novel Segments

{% if annotation_data_plus %} {% for column in annotation_data_plus[0].keys() %} {% if column != "Reference" %} {% endif %} {% endfor %} {% endif %} {% for row in annotation_data_plus %} {% for key, value in row.items() %} {% if key != "Reference" %} {% endif %} {% endfor %} {% endfor %}
Select Reference{{ column }}
{{ row.Reference }}{{ value }}
{% endif %}