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

Stopover index

{% for stopover in stopovers %} {% else %} {% endfor %}
Id Name Abbreviation CreatedAt UpdatedAt actions
{{ stopover.id }} {{ stopover.name }} {{ stopover.abbreviation }} {{ stopover.createdAt ? stopover.createdAt|date('Y-m-d H:i:s') : '' }} {{ stopover.updatedAt ? stopover.updatedAt|date('Y-m-d H:i:s') : '' }} Détails
no records found
{% endblock %}