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