{% if tenants %} {% for tenant in tenants %} {% endfor %}
Tenant / User Credentials Live Devices Created Actions
{{ tenant.name }}
device-connect.{{ tenant.name }}.>
{{ tenant.cred_count }} {% if tenant.online > 0 %} {{ tenant.online }} online, {{ tenant.total }} registered {% elif tenant.total > 0 %} {{ tenant.total }} registered {% else %} {% endif %} {{ tenant.created_at | default("—", true) }} View as User
{% else %}
No tenants yet. Users will appear here when they sign up.
{% endif %}