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

Adresse index

{% for adresse in adresses %} {% else %} {% endfor %}
Id Rue Code_postal Ville Departement Region Pays Facturation actions
{{ adresse.id }} {{ adresse.rue }} {{ adresse.codePostal }} {{ adresse.ville }} {{ adresse.departement }} {{ adresse.region }} {{ adresse.pays }} {{ adresse.facturation }} show edit
no records found
Create new {% endblock %}