{% extends 'base.html.twig' %} {% block title %}Créer un compte · LivreComment{% endblock %} {% block body_class %}no-bottom-nav{% endblock %} {% block body %}

Crée ton compte

Tiens un journal de tes lectures, note tes livres, suis d'autres lecteurs.

{{ form_start(form) }} {{ form_row(form.email) }} {{ form_row(form.username) }} {{ form_row(form.plainPassword) }} {% if form.vars.errors|length > 0 %} {% endif %} {{ form_end(form) }}

Déjà inscrit ? Connecte-toi

{% endblock %}