${title!}
${error!}
<@combo name="product.id" default_value="${(offer.product!).id!}" items=product_list! />
<#if contact_list?has_content>
<@combo name="idContact" default_value="${offer.idContact!}" items=contact_list! />
<@combo name="idGenre" default_value="${offer.idGenre!}" items=offerGenre_list! />
<#if offer.initialQuantity?exists > (${offer.initialQuantity!} #i18n{module.stock.billetterie.message.placesAvailableInitially})
<#setting locale="en_US"> <#setting locale=locale>
<@getDatePicker idField="offer_date" language="${locale!}" />