{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{{ 'Votre cotisation n\'est pas à jour. Vous ne pouvez pas accéder aux fonctionnalités de votre compte.'|trans }}
{{ 'Veuillez renouveler votre cotisation pour accéder de nouveau à votre compte.'|trans }}
{{ 'Contactez l\'association pour renouveler votre cotisation.'|trans }}
{% endif %} {% elseif is_granted('ROLE_ADHERENT') and app.user.adherent is defined %} {% if KOH_USE_HELLOASSO|default('false') == 'true' and KOH_HELLOASSO_URL_COTISATION_ADHERENT|default('') != '' %} {{ 'Payer ma cotisation en ligne'|trans }} {% elseif KOH_USE_PAYZEN|default('false') == 'true' %} {{ 'Payer ma cotisation'|trans }} {% else %}{{ 'Contactez l\'association pour renouveler votre cotisation.'|trans }}
{% endif %} {% else %}{{ 'Contactez l\'association pour renouveler votre cotisation.'|trans }}
{% endif %}