{{ structure.type.baseTypeName }}

Описание

{{ structure.description }}

{%- include 'comment.html.twig' with { comment: structure.comment } %}

Структура данных

Название поля
Тип поля
Описание
Обязательность
{% for field in structure.allFieldsOrdered -%} {%- include 'field-row.html.twig' with { field: field, objectsLinks: objectsLinks } %} {%- endfor %}