{% if view == 'show' %}
{{ value|nl2br }}
{% else %}
{{ value|striptags|easyadmin_truncate }}
{% endif %}