{% extends "base.html" %} {% block title %}Devices - {{ user.username }}{% endblock %} {% block content %}
Total: {{ devices|length }}
| ID | Device ID | Caption | Type | Active subs | Created |
|---|---|---|---|---|---|
| {{ d.id }} | {{ d.deviceid }} |
{{ d.caption or '—' }} | {{ d.type }} | {{ sub_by_device.get(d.id, 0) }} | {{ d.created }} |
| No devices registered | |||||