{% load i18n tionix_tags %}

{% trans "Overview" %}


{% trans "Name" %}
{{ aggregate.name }}
{% trans "Availability zone" %}
{{ aggregate.availability_zone|default_if_none:"-" }}
{% trans "DRS" %}
{{ aggregate.drs_enabled|allowed }}
{% trans "Balancing" %}
{{ aggregate.allow_balancing|allowed:'true' }}

{% trans "Metadata" %}


{% for key, value in aggregate.metadata.items %} {% if key != 'drs_audit_ids' %}
{{ key }}
{{ value }}
{% endif %} {% endfor %}