{% extends 'block/onetransaction.html.twig' %} {% block blocktitle %} <i class="fa fa-exchange fa-exchange-alt mr-4"></i> {{ 'Vente à un adhérent'|trans }} {% endblock blocktitle %} {% block blockcontent %} {% set form = getVenteComptoirToXForm(app.user, 'adherent') %} {{ parent() }} {% endblock blockcontent %}