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

Vous avez déjà un LMS ?

Utile pour préparer votre intégration SAM.

{% endblock %} {% block card %}
{% for value, info in { 'deployed': {'label': 'Oui, déjà déployé', 'sub': 'Version hébergée active', 'icon': 'check-circle'}, 'none': {'label': 'Non, pas encore', 'sub': 'On peut vous aider à démarrer', 'icon': 'help'}, 'in_progress': {'label': 'En cours de déploiement', 'sub': 'Prévu prochainement', 'icon': 'clock'} } %} {% endfor %}
{% endblock %} {% endembed %} {% endblock %}