{% load i18n horizon humanize %}

{% trans "Description" %}:

{% trans "Select parameters of share you want to create. " %}

{% trans "Metadata" %}:

{% trans "One line - one action. Empty strings will be ignored." %}
{% trans "To add metadata use:" %}

key=value

{% trans "Share Limits" %}

{% trans "Total Gibibytes" %} ({{ usages.totalGigabytesUsed|intcomma }} {% trans "GiB" %})

{{ usages.maxTotalShareGigabytes|quota:_("GiB")|intcomma }}

{% trans "Number of Shares" %} ({{ usages.totalSharesUsed|intcomma }})

{{ usages.maxTotalShares|quota|intcomma }}