{% extends 'base.html.twig' %}
{% block title %}Edit GpsDevices{% endblock %}
{% block body %}
Edit GpsDevices
{{ include('gps_devices/_form.html.twig', {'button_label': 'Update'}) }}
back to list
{{ include('gps_devices/_delete_form.html.twig') }}
{% endblock %}