{% extends 'base.html.twig' %} {% block title %}Budget mensuel — 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 %}

Une idée de votre budget mensuel ?

Sans engagement — ça aide notre équipe à préparer votre offre.

{% endblock %} {% block card %}
{% for value, info in { '<200': {'label': 'Moins de 200 €/mois', 'sub': "Pour découvrir la plateforme", 'icon': 'wallet'}, '200-500': {'label': '200 – 500 €/mois', 'sub': "Idéal pour les petites équipes", 'icon': 'rocket'}, '500-1000':{'label': '500 – 1 000 €/mois', 'sub': "Pour les organisations en croissance", 'icon': 'star'}, '1000+': {'label': '1 000+ €/mois', 'sub': "Grands groupes, usage intensif", 'icon': 'crown'} } %} {% endfor %}
Passer cette étape
{% endblock %} {% endembed %} {% endblock %}