{% load i18n lib_tags %}

{% trans "Resources usage" %}

{% for l in limits %} {{ l.label }} ({{ l }})
{% endfor %}