{% load i18n %} {% if total == 0 %} {% blocktrans %}Used {{ used }}{% endblocktrans %} {% else %} {% blocktrans %}Used {{ used }} of {{ total }}{% endblocktrans %} {% endif %}
{% if total == 0 %}
{% else %} {% if used > max %}
{% else %} {% if used > total %}
{% else %}
{% endif %} {% endif %} {% endif %}