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

Board status

{% for b in boards %} {% endfor %}
Board MID Status Occupied
{{ b.mid }} {% if b.online %}Online{% else %}Offline{% endif %} {% if b.mid in mids %}Ongoing{% else %}Vacant{% endif %}



Heater Input:
Fan Input:




{% endblock %}