{% load i18n horizon humanize %}

{% trans "Description" %}:

{% trans "Volumes are block devices that can be attached to instances." %}

{% trans "Volume Limits" %}

{% trans "Total Gigabytes" %} ({{ usages.gigabytesUsed|intcomma }} {% trans "GB" %})

{{ usages.maxTotalVolumeGigabytes|quota:_("GB")|intcomma }}

{% trans "Number of Volumes" %} ({{ usages.volumesUsed|intcomma }})

{{ usages.maxTotalVolumes|quota|intcomma }}