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

Add Device Back to Services Logout
Logged in as: {{ user_email }}
Tenant slug: {{ tenant_slug }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ category|capitalize }}: {{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if devices %}

Devices

Registered source locations for uploaded data.

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

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.

{% else %}

No devices connected yet

Create your first device source before uploading files.

Ready

Current scope

OTB Cloud is ready for user-created devices.

In Progress

After adding a device, the next phase is browser upload, file library browsing, and export tools.

{% endif %} {% endblock %}