{% extends '@kohinos/block/onetransaction.html.twig' %} {% block blocktitle %} {{ 'Vente de billets à un prestataire'|trans }} {% endblock blocktitle %} {% block blockcontent %} {% if app.session.get('_comptoirgere') is not empty %} {% set form = getVenteComptoirToXForm(app.user, 'prestataire') %} {{ parent() }} {% else %} {{ 'Aucun Comptoir assigné ! Veuillez contacter un administrateur !'|trans }} {% endif %} {% endblock blockcontent %}