{% load i18n %}
{{ overview.total_storage|default:"N/A" }}
{% trans "Total Storage (GiB)" %}
{{ overview.allocated_storage|default:"N/A" }}
{% trans "Allocated Storage (GiB)" %}
{{ volumes }}
{% trans "Total Volumes" %}
{{ snapshots }}
{% trans "Total Snapshots" %}