{% 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 Add Android Device Zip Workspace Deleted Files 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 }}
    Upload Files Browse Files
  • {% endfor %}

Current scope

OTB Cloud now supports browser uploads, browsing, zip staging, and soft delete.

Live

Next steps are basename-only rename, searchable library pages, folder upload, 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 and browser uploads.

Live

After adding a device, you can upload files, browse them, soft-delete them, and stage them for zip export.

{% endif %} {% endblock %}