{% extends 'base.html.twig' %} {% block title %}Conditions d'utilisation — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %} {% embed '_organisms/step-layout/step-layout.html.twig' %} {% block heading %}

Créons votre compte

Votre email a été vérifié. Plus qu'une étape !

{% endblock %} {% block card %} {% if error is defined and error %}
{{ error }}
{% endif %}
{% include '_atoms/button/button.html.twig' with {label: 'Créer mon compte', type: 'submit', variant: 'primary', width: 'full'} only %}
{% endblock %} {% endembed %} {% endblock %}