{% 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 %}connected | {{ s.admin|email if s.admin else ""}} | {% else %}offline | {% endif %} | no slaves attached | {% endfor %}