{{ title }}

Generated at {{ timestamp }}

{%- if runs | length > 0 %} {%- for run in runs %}

{{ run.finished_at | date(format="%Y-%m-%d") }}

mode={{ run.mode }} took={{ run.took_ms }}

summary={{ run.summary.num_merged }} merged / {{ run.summary.num_disqualifications }} disqualified / {{ run.summary.num_errors }} errors

{%- endfor %} {%- else %}

No runs found yet.

{%- endif %}