{% extends 'base.html' %} {% block header %}
| Trials | {% for trial in list_to_validate %}
|---|
| {{ trial [0] }} |
| Trials Links | {% for trial in validated_list %}
|---|
| {{ trial [0] }} (Most recently updated {{trial[1]}}) |
| Trial Links | {% for trial in unmatched_list %}
|---|
| {{ trial [0] }} |