{% load i18n sizeformat tionix_tags %}
{% trans "Name" %}
{{ volume_type.name }}
{% trans "ID" %}
{{ volume_type.id }}
{% trans "Description" %}
{{ volume_type.description|default_if_none:'' }}
{% trans "Associated QoS Spec" %}
{{ volume_type.associated_qos_spec|default_if_none:'' }}
{% trans "Encryption" %}
{{ volume_type.encryption|default_if_none:'' }}
{% trans "Public" %}
{{ volume_type.is_public|yesno|capfirst }}