{% load static %} {% if test_case_runs %} {% for plan in case_run_plans %} {% endfor %}
Plan:[{{ plan.pk }}] {{ plan.name }}
{% else %}
No test cases
{% endif %}