{# description.html.twig #} {% if description is defined and description is not empty %} {% set isCollapsed = description|striptags|length > 70 %}
{{ 'mautic.core.description'|trans }}
{{ description|purify|raw }} {% if extra_content is defined and extra_content is not empty %}
{{ extra_content|raw }} {% endif %}
{% endif %}