{% extends '@kohinos/block/onetransaction.html.twig' %} {% block blocktitle %} {{ "Retrait d'un adhérent"|trans }} {% endblock blocktitle %} {% block blockcontent %}

{{ "Retrait de billets papier en échange de e-mlc"|trans }}

{% if app.session.get('_comptoirgere') is not empty %} {% set form = getRetraitComptoirToXForm(app.user, 'adherent') %} {{ parent() }} {% else %} {{ 'Aucun Comptoir assigné ! Veuillez contacter un administrateur !'|trans }} {% endif %} {% endblock blockcontent %}