![]() |
|
{% set user_name = '' ~ Basket.getPusher().get_display_name() ~ '' %} {% trans %} Received from {{ user_name }} {% endtrans %}
{% set list_participants = '' %} {% for Participant in Basket.getValidation().getParticipants() %} {% if list_participants != '' %} {% set list_participants = list_participants ~ ', ' %} {% endif %} {% set list_participants = list_participants ~ '' ~ Participant.getUser().get_display_name ~ '' %} {% endfor %} {% trans %} Sent for validation to {{ list_participants }} {% endtrans %}