{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Nitrate {% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
{% for test_run in last_15_test_runs %} {% endfor %}
Test Runs
{{ test_run.completed_case_run_percent|default:"0" }}%
{{ test_run.summary }}
Start at {{ test_run.start_date }}
{% if test_runs_count %}
{{ test_runs_count }} test run(s) related to you need to be run, here {% ifequal test_runs_count 1 %}is{% else %}are{% endifequal %} the latest {{ last_15_test_runs|length }}.
SEE ALL
{% else %}
No run belong to you.
{% endif %}
{% for test_plan in last_15_test_plans %} {% if test_plan.is_active %} {% endif %} {% endfor %}
Test Plans
Product Type
Runs
{{ test_plan.name }} {{ test_plan.product }} {{ test_plan.type }} {{ test_plan.num_runs }}
{% if test_plans_count %}
You manage {{ test_plans_count }} test plan(s), {{ test_plans_disable_count }} test plan(s) disabled, here {% ifequal test_plans_count 1 %}is{% else %}are{% endifequal %} the latest {{ last_15_test_plans|length }}.
SEE ALL
{% else %}
No plan belong to you
Create
{% endif %}
{% endblock %}