{% extends "base.html" %} {% load static from staticfiles %} {% block content %}

Results for: {% if option %}{{ option.verbose_name|title }}: {{ value }}{% endif %} {% if iso_name %}{{ iso_name|default:"" }}{% endif %}

Go back to testing results

{% for test in test_list %} {% endfor %}
ISO Submitted By Date Submitted Architecture Success
{{ test.iso.name }} {{ test.user_name }} {{ test.created|date }} {{ test.architecture }} {{ test.success|yesno|capfirst }}
{% endblock %} {% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endblock %}