transaction_presta.html.twig 325 Bytes
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9
{% extends '@kohinos/block/onetransaction.html.twig' %}

{% block blocktitle %}
	<i class="fa fa-exchange fa-exchange-alt mr-4"></i> Virement vers un prestataire
{% endblock blocktitle %}
{% block blockcontent %}
	{% set form = getTransactionPrestatairePrestataireForm(app.user) %}
	{{ parent() }}
{% endblock blockcontent %}