{%- value "title" -%}

{{ _('vocabulary.vocabulary') }}
{{ _("vocabulary." + data.type) }}
{% for l in (data.nonpreferredLabels or []) %} {% if l.en %}
{{_("vocabulary.nonpreferredLabels_en")}}
{{l.en}}
{% endif %} {% endfor %} {% for l in (data.nonpreferredLabels or []) %} {% if l.cs %}
{{_("vocabulary.nonpreferredLabels_cs")}}
{{l.cs}}
{% endif %} {% endfor %} {% for prop, val in (data.props or {}).items() %}
{{_("vocabulary." + prop)}}
{{val}}
{% endfor %} {% field "created" %} {% field "updated" %} {% if 'hint' in data and data.hint.cs %}
{{_("vocabulary.hint_cs")}}
{{data.hint.cs}}
{% endif %} {% if 'hint' in data and data.hint.en %}
{{_("vocabulary.hint_en")}}
{{data.hint.en}}
{% endif %} {% if data.relatedURI %} {% for t in data.relatedURI.items() %}
{{_("vocabulary.relatedURI_" + t.0)}}
{{t.1}}
{% endfor %} {% endif %}