{% load i18n horizon humanize %}

{% trans "Description" %}:

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

{% trans "Volume Quotas" %}

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

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

{% if snapshot_quota %}
{% trans "Number of Snapshots" %} ({{ usages.snapshots.used|intcomma }})

{{ usages.snapshots.available|quota|intcomma }}

{% else %}
{% trans "Number of Volumes" %} ({{ usages.volumes.used|intcomma }})

{{ usages.volumes.available|quota|intcomma }}

{% endif %}