{% load i18n horizon humanize bootstrap %}

{% trans "Description:" %}

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

{% trans "Volume Limits" %}

{% trans "Total Gibibytes" %}
{% blocktrans with used=usages.gigabytesUsed|intcomma quota=usages.maxTotalVolumeGigabytes|intcomma|quotainf %}{{ used }} of {{ quota }} GiB Used{% endblocktrans %}
{% widthratio usages.gigabytesUsed usages.maxTotalVolumeGigabytes 100 as gigabytes_percent %} {% bs_progress_bar gigabytes_percent 0 %}