{% extends 'entreprise/entreprise_base.html.twig' %} {% block title %}Confirmer la souscription | {{ plan.titre }}{% endblock %} {% block body %}
{# --- HEADER VISUEL --- #}

Activation du pack {{ plan.titre }}

{{ plan.description }}

{# --- DETAILS DU PLAN --- #}
Période {{ plan.duree }} Mois
Disponibilité Immédiate

Prix Total {{ (plan.prix * 12)|number_format(0, ',', ' ') }} F.CFA
{# --- FORMULAIRE D'ACTION --- #}
En cliquant sur confirmer, votre abonnement sera activé et les limites de votre compte seront mises à jour instantanément.
{# --- RAPPEL DES AVANTAGES --- #}
Support 24/7
Facture auto
Setup rapide
{% endblock %}