{% load i18n horizon humanize %}

{% trans "Description" %}:

{% trans "Share Snapshots are used for storing share changes and creating shares. " %}

{% trans "Share Limits" %}

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

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

{% trans "Number of Share Snapshots" %} ({{ usages.totalShareSnapshotsUsed|intcomma }})

{{ usages.maxTotalShareSnapshots|quota|intcomma }}