{% extends 'core/email/base.html.twig' %} {% trans_default_domain 'email' %} {% block body %}
{{ label }} : {% if field.value|isArray and field.value|length == 1 %} {% include 'core/data-formater.html.twig' with {"dataValue": field.value[0]} %} {% elseif field.value|isArray %} {% for value in field.value %} {{ value }} {% endfor %} {% else %} {% include 'core/data-formater.html.twig' with {"dataValue": field.value} %} {% endif %}
{% endif %} {% endfor %} {% if attachments is defined and attachments|length > 0 %}{{ "Pièces jointes"|trans }} : {{ attachments|length }}
{% endif %}