{% extends 'base.html.twig' %} {% block title %}Verification - Mercuriale.io{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block app_header %} {% include 'components/_header.html.twig' %} {% endblock %} {% block body %}
Votre organisation est verifiee. Vous avez acces a toutes les fonctionnalites.
Acceder au tableau de bordVotre verification d'identite a ete initiee. Si vous n'avez pas termine, vous pouvez relancer le processus.
{% if is_expired %} Votre periode d'essai est terminee. Verifiez votre identite pour continuer a utiliser Mercuriale.io. {% else %} Il vous reste {{ organisation.trialDaysRemaining }} jour{{ organisation.trialDaysRemaining > 1 ? 's' : '' }}. Verifiez votre identite pour debloquer toutes les fonctionnalites. {% endif %}