{% extends 'base.html' %} {% block header %}

{% block title %} ICD-10 to Trial Conditions Validation {% endblock %}

{% endblock %} {% block content %}

Trials to Validate

{% for trial in list_to_validate %} {% endfor %}
Trials
{{ trial [0] }}

Trials that have been Validated

{% for trial in validated_list %} {% endfor %}
Trials Links
{{ trial [0] }} (Most recently updated {{trial[1]}})

Trials that don't have a good match

{% for trial in unmatched_list %} {% endfor %}
Trial Links
{{ trial [0] }}
{% endblock %}