{% extends "layouts/dashboard.html" %} {% block title %}Quota Management - Retoor's Cloud Solutions{% endblock %} {% block dashboard_head %} {% endblock %} {% block page_title %}Manage Quota{% endblock %} {% block dashboard_content %}

Optimize Your Team's Storage

Flexible cloud monitoring for teams with ease.

Total Storage Used:

{# Placeholder for a donut chart. For simplicity, we'll use text for now. #}
{{ user.storage_used_gb }} GB / {{ user.storage_quota_gb }} GB

Current Plan: Business Plan ({{ user.storage_quota_gb }} GB Capacity, Unlimited Users)

Adjust Your Quota

{% if errors.storage_amount %}

{{ errors.storage_amount }}

{% endif %}

Estimated Price:

{% endblock %}