{%- include 'blocks/head.html.twig' with { title: pageTitle, cssFolderPath: cssFolderPath } %}
{{ pageTitle }}
{%- include 'blocks/main-menu.html.twig' with { mainMenu: mainMenu } %} {% include 'blocks/secondary-menu.html.twig' with { menu: enumsMenu, menuTitle: "Перечисления" } %} {% include 'blocks/secondary-menu.html.twig' with { menu: classesMenu, menuTitle: "Объекты" } %}
{%- include 'blocks/header.html.twig' with { imagesFolderPath: imagesFolderPath, methodsPath: methodsPath, relativeToRootPath: relativeToRootPath } %}

Описание

{{ description }}

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

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

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