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

{{titre}}

{{ form_start(form) }} {# {% if app.request.attributes.get('_route')=="contacts_modifier" %}{% endif %} #}
Données du contact {{ form_row(form.photo) }} {{ form_row(form.genre_contact) }} {{ form_row(form.nom_entreprise) }} {{ form_row(form.siret) }} {{ form_row(form.civilite) }} {{ form_row(form.nom)}} {{ form_row(form.prenom) }} {{ form_row(form.sexe) }} {{ form_row(form.domaine_activite) }}
Adresse {{ form_row(form.meme_adresse_facturation) }} {{ form_row(form.adresse) }} {{ form_row(form.code_postal) }} {{ form_row(form.ville)}} {{ form_row(form.departement) }} {{ form_row(form.details_adresse) }}
Adresse facturation {{ form_row(form.destinataire_facturation) }} {{ form_row(form.adresse_facturation) }} {{ form_row(form.code_postal_facturation) }} {{ form_row(form.ville_facturation)}} {{ form_row(form.departement_facturation) }} {{ form_row(form.pays_facturation) }}
Données de contact {{ form_row(form.tel_domicile) }} {{ form_row(form.tel_mobile) }} {{ form_row(form.tel_bureau) }} {{ form_row(form.tel_autre) }} {{ form_row(form.mail1) }} {{ form_row(form.mail2) }} {{ form_row(form.mail3) }} {{ form_row(form.site_internet) }} {{ form_row(form.fax) }}
Données complémentaires {{ form_row(form.numcontact) }} {{ form_row(form.numclient) }} {{ form_row(form.actif) }} {{ form_row(form.prospect) }} {{ form_row(form.date_naissance) }} {{ form_row(form.source) }} {{ form_row(form.fonction_contact_principal) }}
Commentaires {{ form_row(form.commentaires) }}
Communication {{ form_row(form.destinataire) }} {{ form_row(form.entete_courrier) }}
Infos {{ form_row(form.created_at) }} {{ form_row(form.updated_at) }} {{ form_row(form.date_creation_client) }} {{ form_row(form.date_creation_outlook) }}
{{ form_end(form) }}
{% endblock %} {% block javascripts %} {% endblock %}