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

Location index

{% for location in locations %} {% else %} {% endfor %}
Id Name AddressLine1 AddressLine2 PostCode City Lat Lng Phone actions
{{ location.id }} {{ location.name }} {{ location.addressLine1 }} {{ location.addressLine2 }} {{ location.postCode }} {{ location.city }} {{ location.lat }} {{ location.lng }} {{ location.phone }} show edit
no records found
Create new {% endblock %}