{% extends "base.html" %} {% block title %}Devices - {{ user.username }}{% endblock %} {% block content %}

Devices

Total: {{ devices|length }}

{% for d in devices %} {% else %} {% endfor %}
IDDevice IDCaptionTypeActive subsCreated
{{ d.id }} {{ d.deviceid }} {{ d.caption or '—' }} {{ d.type }} {{ sub_by_device.get(d.id, 0) }} {{ d.created }}
No devices registered
{% endblock %}