{% extends "./_base.html" %} {% block block %}

Projects

{% for project in projects %} {% end %}
Name Last build Status Duration Actions
{{ project.name }} {% if project.last_non_running_build %} {{ project.last_non_running_build.build_id }} {% end %} {% if project.last_build %} {{ project.last_build.status.title() }} {% else %} New {% end %} {% if project.last_non_running_build %} {{ utils.pretty_duration_round(project.last_non_running_build.duration) }} {% end %}
View Build Browse Log Edit Delete {% for route in server.components.project_links %} {{ route['label'] }} {% end %}
{% end %}