{% extends '@InstallBois/index.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Espace Client | Mon abonnement

{% endblock %} {% block page_content %} {% if is_granted('ROLE_REFERENT_TECHNICIEN') or is_granted('ROLE_DEMO')%}
Agir sur mon abonnement
{% if is_granted('ROLE_DEMO') %}

Ici, vous pourrez agir sur votre abonnement.

{% endif %}
{# uncomment when I20A-1163 is finished #} {# #} {# #} {# #} {% if not is_granted('ROLE_DEMO') %} {% endif %}
{% endif %}
Ma licence en cours
Ma formule {{ params['licence'] }}
Fréquence de paiement {{ params['frequency'] }}
Nombre de dossiers inclus {{ params['nbrProjects'] }}
Date de début {{ params['dateStart'] }}
Nombre de dossiers {{ params['nbrProjects'] === "Illimité" ? "réalisés" : "consommés" }} {{ params['nbrProjectsDone'] }}
{% if params['frequency']!=="Mensuel" %} Date de fin {{ params['dateEnd'] }} {% endif %}
Nombre d'utilisateur(s) {{ params['nbrUser'] }}
Services associés
{% for key,service in services %} {% set valid = (key in availableServices) %} {% endfor %}
Les services Etat
{{ service }} {{ valid ? 'Inclus' : 'Non inclus' }}
{# uncomment when I20A-1163 is finished #} {# Cliquer sur « Modifier ma licence en cours » pour bénéficier des services non inclus#}
{% endblock %}