{% extends '@kohinos/block/onetransaction.html.twig' %} {% block blocktitle %} {{ "Dépôt MLC papier adhérent"|trans }} {% endblock blocktitle %} {% block blockcontent %} {% if app.session.get('_comptoirgere') is not empty %} {% set form = getChangeAdherentComptoirForm(app.user) %} {{ parent() }} {% else %} {{ 'Aucun Comptoir assigné ! Veuillez contacter un administrateur !'|trans }} {% endif %} {% endblock blockcontent %}