{% load i18n horizon humanize sizeformat %}

{% trans "Limit Summary" %}

{% for quota in charts %}
{{ quota.name }}
{{ quota.text|default:_("Used") }} {{quota.used|intcomma }} {% if quota.max|quotainf != '-1' %} {% trans "of" %} {{ quota.max|quotainf|intcomma }} {% else %} {% trans "(No Limit)" %} {% endif %}
{% endfor %}