vente_prestataire.html.twig 323 Bytes
Newer Older
1 2 3
{% extends 'block/onetransaction.html.twig' %}

{% block blocktitle %}
4
	<i class="fa fa-exchange fa-exchange-alt mr-4"></i> {{ 'Vente à un prestataire'|trans }}
5 6 7 8 9
{% endblock blocktitle %}
{% block blockcontent %}
	{% set form = getVenteComptoirToXForm(app.user, 'prestataire') %}
	{{ parent() }}
{% endblock blockcontent %}