{% load i18n horizon humanize bootstrap %}

{% trans "Description" %}:

{% trans "Resize the size of a share. " %}

{% trans "Share Limits" %}

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