{% extends "base.html" %} {% load i18n %} {% block "content" %}

Select project

Filter

By last build date

By success

{% for project in object_list %} {% if project.last_build.success %} {% else %} {% endif %} {% with project.last_build.start as start %} {% endwith %} {% endfor %}
ProjectBuild stateLast buildBuild time
{{ project.name }} OKFAILED{{ project.last_build.end|date:"r" }}{{ project.last_build.end|timesince:start }}
{% endblock %}