{% extends "base.html" %} {% block title %} Testrun Execution Summary {% endblock %} {% block content %} Home {{ 'testrun'|name_by_type }} {{ call }} {% include "includes/flash.html" %} Please wait Retrieving Testrun Results {{ call }} Loading... {{ call.testrun.name }} Execution ID: {{ call }} Execution time: {{ call.created }} Summary TESTS PASSED FAILED PAUSED Test Cases Files {% endblock %}