{% extends 'base.html.twig' %} {% block title %}Inscription - Les gîtes de Roquetoire{% endblock %} {% block meta %} {% endblock %} {% block content %}

Inscription

{% if notification %}
{{ notification }}
{% endif %} {{ form(form) }}
{% endblock %}