{% extends "layouts/base.html" %} {% block title %}Dashboard{% endblock %} {% block head %} {% endblock %} {% block content %}

Welcome, {{ user.email }}

Storage Overview

{{ user.storage_used_gb }} GB used of {{ user.storage_quota_gb }} GB {{ ((user.storage_used_gb / user.storage_quota_gb) * 100)|round(2) }}%

My Files

Name Size Last Modified
documents.zip 256 MB 2025-11-08
photos.zip 1.2 GB 2025-11-07
project_alpha.zip 512 MB 2025-11-05

Order More Storage

{% if errors.storage_amount %}

{{ errors.storage_amount }}

{% endif %}

Price:

{% endblock %}