{% extends "zumanji/layout.html" %} {% block content %}
ID | Revision | Datetime | Tags | Tests | Duration |
---|---|---|---|---|---|
B{{ build.id }} | {{ build.revision.label }} | {{ build.datetime }} | {% for tag in build.tags.all %} {{ tag.label }}{% if not forloop.last %}, {% endif %} {% endfor %} | {{ build.num_tests }} | {{ build.total_duration|floatformat:3 }} s |