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

OTB Cloud Dashboard

{{ user_email }}

Secure backup and storage dashboard for your account.

Back to Services Logout
Logged in as: {{ user_email }}
Tenant slug: {{ tenant_slug }}

Devices

Registered source locations for uploaded data.

Active
{% if devices %}
    {% for device in devices %}
  • {{ device.device_name }} ({{ device.device_type }})
    {{ device.relative_path }}
  • {% endfor %}
{% else %}

No devices have been created yet.

{% endif %}

Current scope

OTB Cloud is now operating inside the branded OTB portal shell.

In Progress

Next steps are the searchable file library, bulk upload endpoints, zip export, and media processing jobs.

{% endblock %}