{% extends "layouts/base.html" %} {% block content %}
Name | {%- if show_builder_column %}Builders | {%- endif %}BuildBot | Admin | Last heard from | Connects/Hour | Status | |||
---|---|---|---|---|---|---|---|---|---|
{{ s.name }} | {%- if show_builder_column %}
{%- if s.builders %}
{%- for b in s.builders %}
{{ b.name }} {%- endfor %} {%- else %} no builders {%- endif -%} |
{%- endif %}
{{ (s.version or '-')|e }} | {%- if s.admin -%}{{ s.admin|email }} | {%- else -%}- | {%- endif -%}{%- if s.last_heard_from_age -%} {{ s.last_heard_from_age }} {%- endif -%} | {{ s.connectCount }} | {% if s.connected %} {% if s.running_builds %}Running {{ s.running_builds }} build(s) | {% else %}Idle | {% endif %} {% else %}Not connected | {% endif %}