{% extends 'base.html.twig' %} {% block title %}Ajouter une adresse- Les gîtes de Roquetoire{% endblock %} {% block meta %} {% endblock %} {% block content %}
Retour en arrière

Ajouter une adresse de facturation


{{ form_start(form) }}
{{ form_row(form.name)}}
{{ form_row(form.firstname)}}
{{ form_row(form.lastname)}}
{{ form_row(form.address)}}
{{ form_row(form.postal)}}
{{ form_row(form.city)}}
{{ form_row(form.country)}}
{{ form_row(form.phone)}}
{{ form_row(form.submit)}}
{{ form_end(form) }}
{% endblock %}