{% extends "layout.html" %} {% load staticfiles %} {% block style_block %} {% endblock %} {% block content %}
{% include "account/sub_nav.html" %}
{% include "admin/sub_nav.html" %}

Board status

{% for b in boards %} {% endfor %}
Board MID Status Power Status
{{ b.mid }} {% if not b.online %}Offline{% elif b.temp_offline %}Temp Offline{% else %}Online{% endif %} {% if not b.power_status %}OFF{% else %}ON{% endif %}
{% endblock %}