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

Le nom de votre organisation ?

On l'affichera sur votre tableau de bord SAM.

{% endblock %} {% block card %}
{% include '_atoms/form/input.html.twig' with { type: 'text', name: 'organization', id: 'organization', placeholder: 'ex : Lycée Jean Moulin, FormaPro SARL…', icon: 'buildings', attr: {'autofocus': 'autofocus'} } only %}
{% include '_atoms/button/button.html.twig' with {label: 'Continuer', type: 'submit', width: 'full', gradientFrom: samColors.secondary, gradientTo: samColors.primary} only %}
{% endblock %} {% endembed %} {% endblock %}