{% include "header.html" %}

Your completed Cases by Model:


{% for i in completed_lst %} {% for j in i %} {% if j == i.0 %} {{j}}

{% else %}
{% endif %} {% endfor %}

{% endfor %}


All Test Cases:


{% for l in all_lst%}

{% endfor %}



{% include "footer.html" %}