{%extends'@kohinos/block/block_collapse.html.twig'%}{%blockblocktitle%}<iclass="fa fa-euro fa-euro-sign mr-4"></i> Impression / Destruction de billets{%endblockblocktitle%}{%blockblocksubtitle%}{%endblockblocksubtitle%}{%blockblockcontent%}{%setsiege=getSiege()%}<divclass="card mb-3"><divclass="card-body py-4"><u>{{'Billets au siège'|trans}}</u> : <bclass='text-primary'style='font-size: 1.2rem;'>{{siege.mlcAccount.balance}}</b></div></div><h5class='text-primary'>{{'Impression de billets'|trans}}</h5>{%setform=getTicketFixPrintForm(app.user)%}{{form_start(form)}}{{form_row(form.expediteur)}}{{form_row(form.destinataire)}}{{form_row(form.moyen)}}{{form_row(form.montant)}}{{form_row(form.reference)}}{{form_row(form.save)}}{{form_end(form)}}<hr/><hr/><h5class='text-primary'>{{'Destruction de billets'|trans}}</h5>{%setformDestroy=getTicketFixDestroyForm(app.user)%}{{form_start(formDestroy)}}{{form_row(formDestroy.expediteur)}}{{form_row(formDestroy.destinataire)}}{{form_row(formDestroy.moyen)}}{{form_row(formDestroy.montant)}}{{form_row(formDestroy.reference)}}{{form_row(formDestroy.save)}}{{form_end(formDestroy)}}{%endblockblockcontent%}