{% extends 'base.html.twig' %} {% block title %}Découvrez SAM — 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 {cardClass: 'w-full max-w-md', 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 %}

Pilotez la formation
de votre équipe

Synchronisé avec Moodle, mis à jour en temps réel.

{% endblock %} {% block card %}
{% include '_atoms/icon/icon.html.twig' with {name: 'chart', size: 'md', colorPrimary: '#7C3AED', colorSecondary: '#7C3AED'} only %}
Suivi de progression en temps réel

Visualisez les complétion et scores de chaque apprenant sur vos formations Moodle.

{% include '_atoms/icon/icon.html.twig' with {name: 'users-group-two', size: 'md', colorPrimary: '#7C3AED', colorSecondary: '#7C3AED'} only %}
Gestion des cohortes

Organisez vos apprenants par groupe et pilotez les formations par cohorte.

{% include '_atoms/icon/icon.html.twig' with {name: 'refresh', size: 'md', colorPrimary: '#7C3AED', colorSecondary: '#7C3AED'} only %}
Synchronisation Moodle automatique

Vos données sont synchronisées directement depuis votre instance Moodle.

{% include '_atoms/button/button.html.twig' with {label: 'Continuer', type: 'submit', width: 'full', gradientFrom: samColors.secondary, gradientTo: samColors.primary} only %}
{% endblock %} {% endembed %} {% endblock %}