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

Tests

{% block body %}
{% for test in tests %} {% endfor %}
Build name Date

{{ test.name }}

{{ test.date }}

{% endblock %}