{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% block title %}{% trans "Usage" %}{% endblock %} {% block h1 %}{% trans "Usage" %}{% endblock %} {% block page_id %}Usage{% endblock %} {% block content %}
{% include "administration/sidebar.html" %}

{% trans "Processing storage usage" %}

{% for id, dir in usage_dirs.items %} {% endfor %}
{% trans "Purpose" %} {% trans "Path" %} {% trans "Usage" %} {% trans "Size" %}
{{ dir.description }} {{ dir.path }} {{ dir.used|filesizeformat }} ({% if dir.used %}{% widthratio dir.used dir.size 100 %}{% else %}0{% endif %}%) {{ dir.size|filesizeformat }} {% if dir.description %}
{% endif %}
{% endblock %}