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

Station

Id {{ station.id }}
Name {{ station.name }}
Description {{ station.description }}
Image
Url {{ station.url }}
Frequence {{ station.frequence }}
back to list edit {{ include('station/_delete_form.html.twig') }} {% endblock %}