{% if tests %}
{% for test, currval in tests %} {% for cohort in test.cohorts %} {% if cohort.value != currval %} {{ cohort.name }} {% endif %} {% endfor %} {% endfor %}
{% endif %}