{% extends 'base.html.twig' %} {% block title %}Stopover index {% endblock %} {% block body %}
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 |