{% extends'base.html.twig' %} {% block body %}
-

Inscription

{% if current_menu is defined and current_menu == 'member'%} {{ form_start(form) }}
{{ form_widget(form.lastname, {"attr": { "placeholder" : "votre nom"}}) }}
{{ form_widget(form.firstname) }}
{{ form_widget(form.birthday_at) }}
{{ form_widget(form.birthdayLocation) }}
{{ form_widget(form.adresse) }}
{{ form_widget(form.zipCode) }}
{{ form_widget(form.city) }}
{{ form_widget(form.origines) }}
{{ form_widget(form.phone) }}
{{ form_widget(form.mail) }}
{{ form_widget(form.confidentiality, {"attr": { "placeholder" : "taper oui ou non"}}) }}
{{ form_end(form) }} {% endif %} {% if current_add is defined and current_ad == 'structure'%} {{ form_start(form) }} {{ form_end(form) }} {% endif %}
{% endblock %}