{% 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

OTB Cloud is now running as a portal-linked secure storage service. Next steps are real OTB Billing handoff integration, file library pages, and upload endpoints.

{% endblock %}