{% extends 'core/export.html' %} {% load i18n %} {% block body %}
{% trans 'Path' %}: {{ entity.path }}
{% if entity.comment %}{% trans 'Comment' %}: {{ entity.comment }}
{% endif %}{% trans 'Collection' %}: {% if entity.is_collection %}{% trans 'yes' %}{% else %}{% trans 'no' %}{% endif%}
{% if entity.is_attribute %}{% trans 'Value type' %}: {{ entity.attribute.value_type }}
{% if entity.attribute.unit %}{% trans 'Unit' %}: {{ entity.attribute.unit }}
{% endif %} {% if entity.attribute.optionsets.all %}{% trans 'Options' %}:
{% trans 'Range' %}:
{% trans 'Verbose name' %}:
{% trans 'Conditions' %}: