{% if KOH_ALLOW_COTISATION == 'true' %} {% set cotisations = getValidCotisations(app.user, app.request) %} {% if cotisations|length > 0 %} {% set idcard = 'cotisationspresta' %} {% extends '@kohinos/block/block_collapse.html.twig' %} {% block blocktitle %} {{ 'Mes cotisations à l\'association'|trans }} {% endblock blocktitle %} {% block blocksubtitle %} {% endblock blocksubtitle %} {% block blockcontent %} {% if KOH_ALLOW_COTISATION == 'true' and false == isCotisationValid(app.user) %} {% if cotisations|length > 0 %}