transaction_adherent.html.twig 314 Bytes
Newer Older
Julien Jorry committed
1 2 3
{% extends 'block/onetransaction.html.twig' %}

{% block blocktitle %}
4
	<i class="fa fa-exchange-alt mr-4"></i> {{ 'Transfert à un adhérent'|trans }}
Julien Jorry committed
5 6 7 8 9
{% endblock blocktitle %}
{% block blockcontent %}
	{% set form = getTransfertComptoirToXForm(app.user, 'adherent') %}
	{{ parent() }}
{% endblock blockcontent %}