{% load i18n horizon humanize bootstrap %}

{% trans "Description:" %}

{% trans "Extend the size of a volume." %}

{% trans "Volume Limits" %}

{% trans "Total Gibibytes" %} ({{ usages.gigabytesUsed|intcomma }} {% trans "GiB" %})
{{ usages.maxTotalVolumeGigabytes|intcomma|quota:_("GiB") }}
{% widthratio usages.gigabytesUsed usages.maxTotalVolumeGigabytes 100 as gigabytes_percent %} {% bs_progress_bar gigabytes_percent 0 %}