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

#i18n{module.stock.billetterie.my.bookings.hello} ${user.userInfos['user.name.given']!}. #i18n{module.stock.billetterie.my.bookings.welcome}.

<#if nextBookingList?has_content> <#list nextBookingList as booking>
<#if booking.offer.statut == 'annule'> #i18n{module.stock.billetterie.my.bookings.cancelled} - ${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} <#if booking.offer.statut! != 'annule' && booking.offer.statut! != 'verrouille'> #i18n{module.stock.billetterie.list_purchase.modifyPurchase}Modifier
<#else>

#i18n{module.stock.billetterie.my.bookings.no.reservation}.


<#if pastBookingList!?has_content>

Archives

<@pagination paginator=paginator/> <#list pastBookingList as booking> <#if booking.toDisplay == true>
<#if booking.offer.statut == 'annule'> #i18n{module.stock.billetterie.my.bookings.cancelled} - ${booking.offer.product.name} - ${booking.offer.product.providerName} - ${booking.offer.date} - ${booking.offer.hour} ${booking.offer.typeName} ${booking.quantity!}
<@pagination paginator=paginator/>