{% load i18n horizon humanize %}
{% blocktrans %} Volumes are block devices that can be attached to instances. {% endblocktrans %}
{{ usages.maxTotalVolumeGigabytes|intcomma|quota:_("GB") }}
{% block total %}{{ usages.maxTotalVolumes|intcomma|quota }}{% endblock %}