{% extends "base.html" %} {% block content %}
Device_id | Device_type | Room | ||||
---|---|---|---|---|---|---|
{{ device.device_id }} | {{ device.device_type }} | {% if device.room %}{{ device.room }} | {% else %}{% endif %} | Edit | Detail | Remove |
There are no devices in a database. Please add new devices.
{% endif %}