{% trans_default_domain 'front_ec_international' %} {% set i18n = block|i18n %} {% if i18n %} {% set title = i18n.title %} {% set titleForce = i18n.titleForce ? i18n.titleForce : 2 %} {% set titleAlignment = i18n.titleAlignment ? i18n.titleAlignment : 'text-left' %} {% set intro = i18n.introduction %} {% set introAlignment = i18n.introductionAlignment ? i18n.introductionAlignment : 'text-left' %} {% set body = i18n.body %} {% set bodyAlignment = i18n.bodyAlignment ? i18n.bodyAlignment : 'text-left' %} {% set placeholder = i18n.placeholder ? i18n.placeholder : null %}

0 %} data-toggle="collapse" data-target="#collapse-block-{{ block.id }}" aria-expanded="false" aria-controls="collapse-block-{{ block.id }}{% endif %}"> {% if body|striptags|length > 0 %} {% else %} {% endif %} {% if placeholder|striptags|length > 0 %} {{ placeholder|unescape|raw }} {% else %} {{ "Afficher plus"|trans|raw }} {% endif %}

{% if title|striptags|length > 0 %} {{ title|unescape|raw }} {% endif %} {% if intro|striptags|length > 0 %}

{{ intro|unescape|raw }}

{% endif %} {% if body|striptags|length > 0 %}
{{ body|unescape|raw }}
{% endif %}
{% endif %}