{% extends 'base.html.twig' %} {% block title %} {% endblock %} {% block body %}

 

 

{{ include("layouts/Flash/_flash.html.twig") }}
{{ include('user/_sidebar.html.twig') }}

{{ 'menu.profil.myinfos'| trans }}


{{ form_start(form, { 'attr': { 'id': 'form-registration','class': 'xs-campaign' }}) }}
{{ form_row(form.firstname, {'attr' : { 'placeholder' : 'registration.input.firstname' | trans }}) }}
{{ form_row(form.lastname, {'attr' : { 'placeholder' : 'registration.input.lastname' | trans }}) }}
{#
#} {#
#} {# #} {#
#} {# {{ form_row(form.email, {'attr' : { 'placeholder' : 'registration.input.email' | trans }}) }}#} {#
#} {#
#} {#
#}
{{ form_row(form.phone, {'attr' : { 'placeholder' : 'registration.input.phone' | trans, 'class': 'telIput form-control', 'value': user.phone }}) }}
{{ form_row(form.residence, {'attr' : { 'placeholder' : 'registration.input.residence' | trans }}) }}
{{ form_row(form.nationality, {'attr' : { 'placeholder' : 'registration.input.nationality' | trans }}) }}
{{ form_row(form.birthday, {'attr' : { 'placeholder' : 'registration.input.nationality' | trans }}) }}
{{ form_end(form) }}
{% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts %} {% endblock %}