{% extends 'base.html.twig' %} {% block title %}Location index{% endblock %} {% block body %}
| 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 | |||||||||