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