#macro columnActionsPurchase item > <@showButton type="edit" title="module.stock.billetterie.list_purchase.modifyPurchase" href="jsp/admin/plugins/stock/modules/billetterie/SavePurchase.jsp?purchase_id=${item.id!}" /> <@showButton type="export" title="module.stock.billetterie.list_purchase.linkPrintTicket" href="servlet/plugins/jasper/downloadFile?report_id=contremarque&report_type=pdf&value1=${item.id!}&value2=${item.userName!}" /> <@showButton type="delete" title="module.stock.billetterie.list_purchase.linkCancelPurchase" href="jsp/admin/plugins/stock/modules/billetterie/DeletePurchase.jsp?purchase_id=${item.id!}" /> <@showButton type="send" title="module.stock.billetterie.list_purchase.linkNotifiyPurchase" href="jsp/admin/plugins/stock/modules/billetterie/NotifyPurchase.jsp?purchase_id=${item.id!}" /> #macro> <#macro columnNamePurchase item > <#if (item.offer.statut) == strStatutCancel!> Annulé - #if> ${(item.offer.product.name)!} #macro> <#macro columnDatePurchase item > ${(item.offer.date)!} - ${(item.offer.hour)!} #macro> <#macro columnOfferTypePurchase item > ${(item.offer.typeName)!} #macro> <#macro columnAgentPurchase item > ${item.firstNameAgent!} ${item.nameAgent!} <#if item.emailAgent??><${item.emailAgent}>#if> #macro> <#macro columnCheckboxDeletePurchase item > #macro>