{% extends "base.html.twig" %} {% block content %}

Overview of runs of {{ title }}

{% for run in runs %}
{{ run.result }}
{% endfor %} {% endblock %}