{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{% block colonne_centre %}
{{ 'Cotisation requise'|trans }}

{{ '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 }}


{% if is_granted('ROLE_PRESTATAIRE') and app.user.prestataire is defined %} {% if KOH_USE_HELLOASSO|default('false') == 'true' and KOH_HELLOASSO_URL_COTISATION_PRESTATAIRE|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 %} {% 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 %}
{% endblock colonne_centre %}
{% endblock %}