#i18n{module.stock.billetterie.my_bookings.title}

Bonjour ${user.userInfos['user.name.given']!}. Bienvenue sur votre espace de réservation.

<#if nextBookingList?has_content> <#list nextBookingList as booking>
<#if booking.offer.statut == 'annule'> Annulé - ${booking.offer.product.name} - ${booking.offer.product.providerName} - ${booking.offer.date} - ${booking.offer.hour} ${booking.offer.typeName} ${booking.quantity!} <#if booking.offer.statut! != 'annule'>#i18n{module.stock.billetterie.list_purchase.linkPrintTicket} <#if booking.offer.statut! != 'annule' && booking.offer.statut! != 'verrouille'>#i18n{module.stock.billetterie.list_purchase.linkCancelPurchase}
<#else>

Aucune réservation.


<#if pastBookingList!?has_content>

Archives

<@pagination paginator=paginator/> <#list pastBookingList as booking> <#if booking.toDisplay == true>
<#if booking.offer.statut == 'annule'> Annulé - ${booking.offer.product.name} - ${booking.offer.product.providerName} - ${booking.offer.date} - ${booking.offer.hour} ${booking.offer.typeName} ${booking.quantity!}
<@pagination paginator=paginator/>