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

{# Example User/Department Quota #}
{# Example value #}

225 GB / 300 GB (75%)

{# Example value #}

500 GB / 1 TB (50%)

{# Current user's quota #}

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

{% endblock %}