Filter
By last build date
-
{% for choice in date_filter %}
- {{ choice.display|escape }} {% endfor %}
By success
-
{% for choice in state_filter %}
- {{ choice.display|escape }} {% endfor %}
Project | Build state | Last build | Build time | {% for project in object_list %}
---|---|---|---|
{{ project.name }} | {{ project.last_build.state }} | {{ project.last_build.end|date:"r" }} | {% with project.last_build.start as start %}{{ project.last_build.end|timesince:start }} | {% endwith %}