crashtest

WTF is this?
{% for run in runs %}
Run #{{ run.id }}
crashlink {{ run.context.version }} {% if run.git.is_release %} (release build) {% else %} {% if run.git.dirty %} (dirty!) {% endif %} on {{ run.git.branch }}@{{ run.git.commit }} {% endif %}
{{ run.status }} with {{ run.cases|length }} test cases
{% endfor %}