{% extends "portal_base.html" %} {% block title %}OTB Cloud Dashboard{% endblock %} {% block content %}

OTB Cloud Dashboard

Authenticated user: {{ user_email }}

Tenant slug: {{ tenant_slug }}

Devices

{% if devices %} {% else %}

No devices have been created yet.

{% endif %}

Current scope

v0.1.1 provides portal-handoff scaffolding, tenant bootstrap, device records, and an authenticated dashboard.

{% endblock %}