{{ quota.name }}
{% if quota.max|quotainf != '-1' %}
{% blocktrans with used=quota.used|intcomma available=quota.max|quotainf|intcomma %}
Used {{ used }} of {{ available }} {% endblocktrans %}
{% else %}
{% blocktrans with used=quota.used|intcomma %}
Used {{ used }} (No Limit){% endblocktrans %}
{% endif %}