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

Station index

{% for station in stations %} {% else %} {% endfor %}
Id Name Description Url Frequence actions
{{ station.id }} {{ station.name }} {{ station.description }} {{ station.media }} {{ station.url }} {{ station.frequence }} show edit
no records found
Create new {% endblock %}