{% extends "base.html" %} {% block js %} {% endblock %} {% block content %} {% if cluster_name %}

Storage for {{cluster_name}}

Total storage: {{ total_bytecount|filesizeformat }}


{% for domain in domains %} {% endfor %}
DomainNumber of filesStorage usedPercent
{{ domain.domain }} {{ domain.number_of_files }} {{ domain.domain_bytes|filesizeformat}} {% widthratio domain.domain_bytes total_bytecount 100 %}%
{% endif %} {% endblock %} {% block widgets %} {% endblock %}