{% extends 'superuser/base_super_user.html' %} {% block title %}Assign Devices to {{ school.name }} | SuperAdmin{% endblock %} {% block page_title %}Device Assignment - {{ school.name }}{% endblock %} {% block content %}

Assign New Device

{% csrf_token %}

Assigned Devices

{% for device in devices %} {% empty %} {% endfor %}
Name Serial Number Status Action
{{ device.name }} {{ device.serial_number }} AUTHORIZED DISCONNECT
No devices assigned yet.
{% endblock %}