{% extends 'base.html' %} {% load staticfiles %} {% block links %} {{ block.super }} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Completed Tests{{ block.super }} {% endblock %} {% block content %} {{ block.super }}

Your Completed Tests

Hover over the test case name to view the image thumbnail if available. {% if completed_lst|length > 0 %} {% for test in completed_lst %} {% endfor %}
Test Case Name Test Rating
{{ test.test_name }} {{ test.test_rating }}
{% else %}

You have not completed any tests with this model yet.

{% endif %}
Return to model menu {% endblock %}