{% extends "base.html" %} {% block content %} Go back to results Give feedback

Results for : {% if option %} {{ option }}: {{ value }} {% endif %} {% if iso_name %} {{ iso_name }} {% endif %}

{% for test in test_list %} {% endfor %}
iso nickname success?
{{ test.iso.name }} {{ test.user_name }} {{ test.success|yesno }}
{% endblock %}