{% extends "base.html" %} {% block head %} {{ super() }} Test report {% endblock %} {% block body %}

Tests report :

{% for test in tests %} {% endfor %}
Build type Build name Date
{{ test.type }} {{ test.name }} {{ test.date }}
{% endblock %}