{% load humanize i18n hq %}

{% hq_icon "hard-drive" %} {% translate "Storage" %}

{% translate "How full the box is, and what this application accounts for" %}

{% if storage.disk_chart %} {% include "hq/panels/_donut.html" with chart=storage.disk_chart chart_title=_("Disk") only %} {% endif %} {% if storage.application_chart %} {% include "hq/panels/_donut.html" with chart=storage.application_chart chart_title=_("This application") only %} {% endif %}
{% if not storage.media_measured %}

{% hq_icon "info" %} {% translate "The media directory was not measured." %}

{% elif storage.media is None and storage.media_path %}

{% hq_icon "info" %} {% blocktranslate with path=storage.media_path %}{{ path }} could not be measured — it is missing, or larger than the file budget.{% endblocktranslate %}

{% endif %}