{% trans_default_domain 'front_default' %}
{% set i18n = result.entity|i18n %} {% set date = result.entity.publicationStart|localizeddate('none', 'none', app.request.locale, null, 'dd/MM/Y') %} {% if i18n.title is defined and i18n.title %}

{% if result.url is defined and result.url %} {% endif %} {{ i18n.title|escape|raw }} {% if result.url is defined and result.url %} {% endif %}

{% endif %} {{ 'Le'|trans }} {{ date }} {% if i18n.introduction is defined and i18n.introduction %} {{ i18n.introduction|striptags|truncate(150) }} {% endif %} {% if i18n.body is defined and i18n.body %}

{{ i18n.body|striptags|truncate(150) }}

{% endif %} {% if result.url is defined and result.url %}
{{ "En savoir plus"|trans }}
{% endif %}