{% extends "QAWeb/index.html" %} {% load index_of_list %} {% load index_stats %} {% load int_list %} {% block MainTitle %}Project View{% endblock %} {% block SecondTitle %}Project View{% endblock %} {% block topbox %}{% endblock%} {% block desc %} {% endblock %} {% block content %} {% if projects %}

Latest Statistics - Project View


{% for p in projects %}
{{p.project}}


    {% if total %}
  • Total Test Cases:       {{forloop.counter0|index_of_list:total}}



  • {% endif %} {% for lab in labels %}
  • {{lab}}     =     {{forloop.counter0|int_list:forloop.parentloop.counter0|index_stats:stats}}


  • {% endfor %}
{% if not forloop.last %}
{% endif %} {% endfor %} {% endif %} {% endblock %}