{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {# @var field \EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto #} {# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #} {% if ea.crud.currentAction == 'detail' %} {{ field.formattedValue|raw }} {% else %} {% set html_id = 'ea-text-editor-' ~ field.uniqueId %} {{ 'field.text_editor.view_content'|trans([], domain = 'EasyAdminBundle') }}
{% endif %}