{% extends "layouts/base.html" %} {% block title %}Quota Management - Retoor's Cloud Solutions{% endblock %} {% block head %} {% endblock %} {% block 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:

User & Department Quotas

{# User quota items will be dynamically loaded here by JavaScript #}
{# Add New User Modal #} {# Edit Quota Modal #} {# View Details Modal #}
{% endblock %} {% block scripts %} {% endblock %}