{% extends "base.html" %} {% block body %} {% set date = build.timestamp %}

{{date.day}}
{{date.strftime('%b')}}
{{date.year}}

{{build.timestamp.strftime('%H:%M')}}
{% for run, repository, test in rrt %} {{repository.key}}:{{test.key}} {% endfor %}

Command

{{command}}

Output

{% endblock %}