{% extends 'basehangar.html.twig' %} {% block title %}Address index{% endblock %} {% block body %}

Address index

{% for address in addresses %} {% else %} {% endfor %}
Id Name Firstname Lastname Company Adress Postal City Region actions
{{ address.id }} {{ address.name }} {{ address.firstname }} {{ address.lastname }} {{ address.company }} {{ address.adress }} {{ address.postal }} {{ address.city }} {{ address.region }} show edit
no records found
Create new {% endblock %}