{% extends 'base.html.twig' %} {% block title %}{{mail.objet}}{% endblock %} {% block body %} {% include 'utils/file.ariane.html.twig' %} Retour {% if secure.havePermission(constant('_REMOVE_SERV_GEST_TEAM', app_const)) %} {% endif %} {{mail.objet}} {{mail.message | raw}} Pièces jointes {% if mail.piecesJointes|length <= 0 %} Aucune pièce jointe à ce mail {% else %} {% for pj in mail.piecesJointes %} {{ app_utils.getFileName(pj) }} {% endfor %} {% endif %} Destinataires {% for dest in mail.jobs %} {{ dest.adresseMailDiffs.email }} {{ dest.dateTraitement|date('d/m/Y H:i' ) }} {% if dest.isTraiter %} Envoyé {% else %} En attente {% endif %} {% endfor %} {% endblock %}
{{mail.message | raw}}
Aucune pièce jointe à ce mail