retrait_adherent.html.twig 309 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
{% extends 'block/onetransaction.html.twig' %}

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