{% 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 %}
{% 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 %}