{% extends 'layout.html' %}
{% load static %}
{% load unix_to_time %}
{% load url_generate %}
{% load format_names %}
{% load url_replace %}
{% block title %}All Builds |{% endblock %}
{% block head_scripts %}
{% endblock %}
{% block content %}
| Port | Builder | Build Number | Start Time | Elapsed Time | Watcher | Build Status |
|---|---|---|---|---|---|---|
| {{ build.port_name }} | {{ build.builder_name.display_name }} | {{ build.build_id }} | {{ build.time_start|date:"Y-m-d" }} {{ build.time_start|time:"G:i:s" }} | {{ build.time_elapsed }} | {{ build.watcher_id }} | {{ build.status }} |