{% from 'build_line.html' import build_table %} {% import 'forms.html' as forms %} {% extends "layout.html" %} {% block content %}
| Name | Status | Admin | ||
|---|---|---|---|---|
| {{ s.name|e }}{% if s.connected %} {% if s.paused %} | paused{% else %} | connected{% endif %} {% else %} | offline{% endif %} | {{ s.admin|email if s.admin else ""}} | no slaves attached{% endfor %} |