{% 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 Temperature Profile Download Logs
{{ b.mid }} {% if not b.online %}Offline{% elif b.temp_offline %}Temp Offline{% else %}Online{% endif %} View image View Download
{% endblock %}