{% extends 'base.html.twig' %} {% block title %}Taille de votre équipe — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %} {% set samColors = tool_color_details['sam'] ?? {primary: '#7C3AED', secondary: '#6D28D9', bg: '#EDE9FE'} %} {% embed '_organisms/step-layout/step-layout.html.twig' with {blobColor: samColors.primary} %} {% block logo %} {% include '_atoms/logo/logo-with-text.html.twig' with {showBadge: false, size: 'lg'} only %} × {% include '_atoms/logo/logo-with-text.html.twig' with {showBadge: false, size: 'lg', variant: 'sam'} only %} {% endblock %} {% block heading %}

Combien serez-vous ?

Pour adapter votre offre à la taille de votre équipe.

{% endblock %} {% block card %}
{% for value, info in { '1-10': {'label': '1 – 10 utilisateurs', 'sub': 'Formateur indépendant ou micro-équipe', 'icon': 'user'}, '11-50': {'label': '11 – 50 utilisateurs', 'sub': 'TPE, association, centre de formation', 'icon': 'users'}, '51-200': {'label': '51 – 200 utilisateurs', 'sub': 'PME, lycée, université', 'icon': 'users-group-two'}, '201-500': {'label': '201 – 500 utilisateurs', 'sub': "Grand groupe, réseau d'écoles", 'icon': 'users-group'}, '500+': {'label': '500+ utilisateurs', 'sub': 'Collectivité, entreprise nationale', 'icon': 'buildings'} } %} {% endfor %}
{% endblock %} {% endembed %} {% endblock %}