{% load i18n horizon humanize bootstrap %}

{% 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" %}
{% blocktrans with used=usages.totalShareGigabytesUsed|intcomma quota=usages.maxTotalShareGigabytes|intcomma|quotainf %}{{ used }} of {{ quota }} GiB Used{% endblocktrans %}
{{ minifyspace }}
{% widthratio usages.totalShareGigabytesUsed usages.maxTotalShareGigabytes 100 as gigabytes_percent %} {% bs_progress_bar gigabytes_percent 0 %}
{{ endminifyspace }}
{% block type_title %}{% trans "Number of Shares" %}{% endblock %}
{% block used_of_quota %} {% blocktrans with used=usages.totalSharesUsed|intcomma quota=usages.maxTotalShares|intcomma|quotainf %}{{ used }} of {{ quota }} Used{% endblocktrans %} {% endblock %}
{{ minifyspace }}
{% block show_progress_bar %} {% widthratio usages.totalSharesUsed usages.maxTotalShares 100 as shares_percent %} {% widthratio 100 usages.maxTotalShares 1 as single_step %} {% bs_progress_bar shares_percent single_step %} {% endblock %}
{{ endminifyspace }}