{% load i18n horizon humanize %}

{% trans "Description:" %}

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

{% block head %}{% trans "Volume Limits" %}{% endblock %}

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

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

{% block type_title %}{% trans "Number of Volumes" %}{% endblock %} ({% block used %}{{ usages.volumesUsed|intcomma }}{% endblock %})

{% block total %}{{ usages.maxTotalVolumes|quota|intcomma }}{% endblock %}