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

GpsDevices index

{% for gps_device in gps_devices %} {% else %} {% endfor %}
Id Imei actions
{{ gps_device.id }} {{ gps_device.imei }} show edit
no records found
Create new {% endblock %}