{% extends "./_base.html" %} {% block block %}
| 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 %} |