{% extends "base.html" %} {% block extraHead %} {% endblock extraHead %} {% block content %}

List of devices

{% for devId,device in devices.iteritems() %} {% endfor %}
Address DevType Tags Last Update
{{devId}} {{device.devType}} {% if tags[devId] %} {% for tag in tags[devId] %} {{tag}} {% endfor %} {%else%} None {% endif %} {{device.lastUpdate|datetimeformat}}
{% endblock content %}