{% extends "ereuse_devicehub/base_site.html" %} {% block main %}
Select all | Title | DHID | Tags | Status | Update |
---|---|---|---|---|---|
{{ dev.type }} {{ dev.manufacturer }} {{ dev.model }} | {{ dev.devicehub_id }} | {% for t in dev.tags %} {{ t.code }}{% if not loop.last %},{% endif %} {% endfor %} | {% if dev.status %}{{ dev.status }}{% endif %} | {{ dev.updated.strftime('%H:%M %d-%m-%Y') }} |