{% extends "base.html.twig" %} {% block title %}Overview of run for {{ title }}{% endblock %} {% block content %}

Overview of runs for {{ title }}

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