{#{{ this_page.object_list|length }} Plans#} {% if perms.testplans.add_testplan %} {% endif %}
{% for test_plan in this_page %} {% empty %} {% endfor %}
ID Name Author Owner Product Type Cases Runs Actions
{{ test_plan.plan_id }} {{ test_plan }} {{ test_plan.author }} {% if test_plan.owner %} {{ test_plan.owner }} {% else %} No owner {% endif %} {{ test_plan.product }} {{ test_plan.type }} {{ test_plan.num_cases }} {{ test_plan.num_runs }} {% if perms.testplans.change_testplan %} Edit {% endif %}
No test plans found.
{% include "search/navigator.html" %}