{% extends 'base.html' %} {% block title %}Evaluate{% endblock %} {% block main %} Evaluation Main test evaluation panel. {% for device_name, tests in rows|groupby('device_name') %} {{ device_name }} {{ (tests|first)['device_description'] }} {% for test in tests %} {{ test.test_name }} run {% endfor %} {% endfor %} {% endblock %}
Main test evaluation panel.