{% extends 'EPSFeBundle::layout_'~layout_fe~'.html.twig' %} {% block content %} Votre adresse email : {{ participantConnecte.email }}

{% for participation in participations %}

Votre gain du {{ participation.created | date('d/m/Y') }} :
{{ participation.lot.getFeDesignation }} {% if participation.isTest %}(specimen pour test){% endif %}
{% if participation.lot and participation.lot.isLotInterne %} {% if participation.isRemisePossible %} Renvoyer par mail {% endif %} {% endif %}


{% endfor %} {% if app.session.flashBag.has('success') %}
{% for msg in app.session.flashBag.get('success') %} {{ msg }} {% endfor %}
{% endif %} {% endblock content %}