{% if value | length > max_length %}
{{ value | truncate(max_length) }}

{{ modal_title }}

{{ value }}
{% else %} {{ value }} {% endif %}