{% load i18n %} {% load instance_tags %}

{% trans "Quota" %}

{% for metric, quotastats in quotas.items %}
{{ metric }} {% widthratio quotastats.usage quotastats.limit 100 %} %
{% empty %}
{% trans "You have no quota stats available." %}
{% trans "Please try reloading." %}
{% endfor %}