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