{% extends "account/home.html" %} {% load staticfiles %} {% block title %} Dashboard {% endblock %} {% block headerfiles %} {% endblock %} {% block content %}
{# Div for Show all boards #}

All Active Boards


{% for board in all_active_boards %} {% endfor %}
Board MID Webcam Temperature Profile Download Logs
{{board.mac_ids.0}}

All Bookings

All Images

Test Boards

Update MID

Fetch Logs

Download Experiment Directory

Turn On all Boards

Turn Off all Boards

Book all Slots

{% endblock %}