{% extends "base.html" %} {% block title %} Dashboard {% endblock %} {% block content %} Home Dashboard {% include "includes/flash.html" %} Please wait Updating Testrun Results Loading... Filters: Name All {% for tr in testruns %} {{ tr.name }} {% endfor %} Stage All {% for stage in stage_set %} {{ stage }} {% endfor %} Testrun Summary Results Duration {% for tr in testruns %} {% for stage in stages[loop.index0] %} {{ tr.name }} {{ stage }} TESTS PASSED FAILED PAUSED {% endfor %} {% endfor %} {% endblock %}
{{ stage }}