{# @MauticCore/Helper/description--expanded.html.twig #} {% if description is defined and description is not empty %} {% set isCollapsed = description|striptags|length > 110 %} {% set isLongDescription = description|striptags|length > 750 %}
{{ 'mautic.core.description'|trans }}
{{ description|purify|raw }} {% if extra_content is defined and extra_content is not empty %}
{{ extra_content }} {% endif %}
{% endif %}