retourgroupe.html.twig 301 Bytes
Newer Older
Damien Moulard committed
1 2 3 4 5 6 7 8 9
{% extends 'block/onetransaction.html.twig' %}

{% block blocktitle %}
	<i class="fa fa-external-link-alt mr-4"></i> {{ 'Retour au groupe'|trans }}
{% endblock blocktitle %}
{% block blockcontent %}
	{% set form = getTransfertComptoirGroupeForm(app.user) %}
	{{ parent() }}
{% endblock blockcontent %}