{% extends '@kohinos/block/onetransaction.html.twig' %}
{% block blocktitle %}
{{ ssa.name }} : Virement vers un adhérent
{% endblock blocktitle %}
{% block blockcontent %}
{# {% if isPrestataireManagerOfSsa(getCurrentPrestataire()) %} #}
{% set form = getTransactionPrestataireAdherentSsaForm(app.user, ssa) %}
{{ parent() }}
{# {% endif %} #}
{% endblock blockcontent %}