{% load i18n %}
{% if rw_ce %}
{% if rw_ce %}

{% trans "Add" %}

{% endif %}
{% endif %}
{% for item in volumes %} {% endfor %}
{% trans 'Name' %} {% trans 'File system' %} {% trans 'Capacity' %} {% trans 'Free' %} {% trans 'Encryption' %} {% trans 'Mount point' %} {% trans 'Comment' %}
{% if item.is_dynamic %} {% else %} {% endif %} {% if rw_ce %} {% endif %} {% if item.name %}{{ item.name }}{% endif %} {% if item.fs %}{{ item.fs }}{% endif %} {% if item.capacity %}{{ item.capacity }} {% trans 'Gb' %}{% endif %} {% if item.free %}{{ item.free }} {% trans 'Gb' %}{% endif %} {% if item.encryption %}{{ item.encryption }}{% endif %} {% if item.mount_point %}{{ item.mount_point }}{% endif %} {% if item.description %}{{ item.description }}{% endif %}