{# Liste des caisses SSA acceptant le SEPA #} {% set ssaWithSepa = getEnabledSsaParametersWithSepa() %} {% if KOH_USE_SEPA|default('false') == 'true' and ssaWithSepa|length > 0 %} {% set idcard = 'sepa_ssa' %} {% extends '@kohinos/block/block_collapse.html.twig' %} {% block blocktitle %} {{ 'Mes prélèvements SEPA pour les caisses SSA'|trans }} {% endblock blocktitle %} {% block blocksubtitle %} {% endblock blocksubtitle %} {% block blockcontent %} {% set hasActiveMandate = hasActiveSepaMandateForEntity(app.user.adherent) %} {# Récupérer les cotisations existantes #} {% set ssaSubscriptions = getRecurringSsaSubscriptionsForAdherent(app.user.adherent) %} {% if not hasActiveMandate %}