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

Processing storage usage

{% for id, dir in usage_dirs.items %} {% endfor %}
Purpose Path Usage 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 %}