{% extends 'block/onetransaction.html.twig' %}
{% block blocktitle %}
<i class="fa fa-exchange fa-exchange-alt mr-4"></i> {{ "Retrait d'un prestataire"|trans }}
{% endblock blocktitle %}
{% block blockcontent %}
{% set form = getRetraitComptoirToXForm(app.user, 'prestataire') %}
{{ parent() }}
{% endblock blockcontent %}