{# @var field \EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto #} {# this template renders the opening HTML tags of a tab pane on the 'detail' page; the closing tags are rendered by 'crud/detail/tab_close' #} {% set tab_id_option_name = constant('EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_ID') %} {% set tab_is_active_option_name = constant('EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_IS_ACTIVE') %}
{% if field.help %}
{{ field.help|trans(domain: ea().i18n.translationDomain)|raw }}
{% endif %}