diff --git a/Web-documentation/blocks/class-body.html.twig b/Web-documentation/blocks/class-body.html.twig
index 5406880..3c812ef 100644
--- a/Web-documentation/blocks/class-body.html.twig
+++ b/Web-documentation/blocks/class-body.html.twig
@@ -11,12 +11,15 @@
Тип поля
Описание
Обязательность
+ Сервис
+ Название поля сервиса
{% for field in structure.allFieldsUnordered -%}
{%- include 'field-row.html.twig' with {
field: field,
objectsLinks: objectsLinks,
- useAnchors: useAnchors
+ useAnchors: useAnchors,
+ useServiceField: true
} %}
{%- endfor %}