#i18n{module.stock.billetterie.notification.request.welcome}
${purchaser.firstNameAgent} ${purchaser.nameAgent} <${purchaser.emailAgent}> #i18n{module.stock.billetterie.notification.request.reservation} :
<#assign booking=bookingList[0] />
#i18n{module.stock.billetterie.notification.request.show} : ${show_name!}
#i18n{module.stock.billetterie.notification.request.date} : ${seance_date!}
<#list bookingList as booking>
#i18n{module.stock.billetterie.notification.request.nb.places} ${booking.offer.typeName} : ${booking.quantity!}
#list>