{% extends "base.html" %} {% import "util.html" as util %} {% block title %}{{ summary }}{% endblock %} {% block body %}

Commit

commit {{ hash }}
Author:
{{ author }}
AuthorDate:
{{ author_date }}
Commit:
{{ commit }}
CommitDate:
{{ commit_date }}
{% for commit in parents %}
Parent:
{{ commit|safe }}
{% endfor %} {% for commit in children %}
Child:
{{ commit|safe }}
{% endfor %}
{{ message }}

Runs

{% if runs.is_empty() %} There aren't any runs yet. {% else %} {% endif %}
with a of .
{% endblock %}