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

MID allotment mode is {{ allotment_mode }}. Change to {% if allotment_mode == 'Random' %}Workshop mode{% else %}Random mode{% endif %}

Board status

{% for b in boards %} {% endfor %}
Board MID Status Webcam
{{ b.mid }} {% if b.online %}Online{% else %}Offline{% endif %} View image View temperature profile
{% endblock %}