{% extends "layout.html" %} {% block content %} {{ buttons|button_bar|safe }}
{{ _('selection')|uc_first }}: {{ _('multiple') if type_.multiple else _('single') }}
{% if category in ['custom', 'place', 'standard'] %}{{ _('required')|uc_first }}: {{ _('true') if type_.required else _('false') }} {% if 'manager'|is_authorized %} {% if type_.required %} ({{ _('remove required') }}) {% else %} ({{ _('make required') }}) {% endif %} {% endif %}
{% endif %} {% endif %} {% if type_.classes %}{{ _('classes')|uc_first }}: {% for class_ in type_.classes %} {{ g.classes[class_].label|uc_first }}{{ "," if not loop.last }} {% endfor %}
{% if type_.multiple and type_.subs %}{{ _('multiple linked entities')|uc_first }}: {{ _('show') }}
{% endif %} {% if type_.subs and type_.name not in config.PROPERTY_TYPES %}{{ _('untyped entities')|uc_first }}: {{ _('show') }}
{% endif %} {% elif category != 'system' and type_.name not in config.PROPERTY_TYPES %}{{ _("this type has no classes and won't show in forms")|uc_first }}.
{% endif %} {% if not type_.subs %}{{ _("this type has no subs and won't show in forms")|uc_first }}.
{% endif %} {% if type_.reference_systems %}{{ type_.reference_systems|ext_references|safe }}
{% endif %} {% if type_.description %}{{ type_.description }}