{% extends 'EPSFeBundle::layout_'~layout_fe~'.html.twig' %} {% block content%}
{% if lignesSpecConf.titre is defined %} {% set ligne = lignesSpecConf.titre %} {% include 'EPSFeBundle:Common/_parts:' ~ ligne.type ~ '.html.twig' %} {% else %}

Votre compte

{% endif %} {% if form['email'] is defined %}
{{ form_widget(form.email.first) }} {{ form_errors(form.email.first) }}
{{ form_widget(form.email.second) }}
{% endif %} {% if form['password'] is defined %}
{{ form_widget(form.password.first) }} {{ form_errors(form.password.first) }}
{{ form_widget(form.password.second) }}
{% endif %} {{ form_widget(form) }}
{% if not participation.email %} Déjà inscrit ? {% endif %}
{% endblock content %}