{% extends "base.html" %} {% block extraHead %} {% endblock extraHead %} {% block content %}
Address | DevType | Tags | Last Update |
---|---|---|---|
{{devId}} | {{device.devType}} | {% if tags[devId] %} {% for tag in tags[devId] %} {{tag}} {% endfor %} {%else%} None {% endif %} | {{device.lastUpdate|datetimeformat}} |