{% block body %} {% for flashError in app.flashes('reset_password_error') %} {% endfor %}

{{ 'contract.menu.switch_seller_actual'|trans }} : {{ contract.author.fullName }}

{{ 'contract.menu.switch_seller_choice'|trans }}
{{ form_start(form_switch_seller, {attr: {'action': path('contract_switch_seller', {'id': contract.id}), novalidate: 'novalidate', class: 'ajax_form_request'}}) }} {{ form_row(form_switch_seller.user) }} {{ form_end(form_switch_seller) }}
{% endblock %}