{% extends 'domain/backend/layouts/base.html.twig' %} {% block title %}Liste des stations-services{% endblock %} {% block styleheet %} {% endblock %} {% block javascript %} {% endblock %} {% block body %}
| Id | Libelle | Image | Contact | Latitude | Longitude | PubliƩe? | actions | |
|---|---|---|---|---|---|---|---|---|
| {{ key + 1 }} | {{ station.libelle }} | {{ station.contact }} | {{ station.email }} | {{ station.latitude }} | {{ station.longitude }} | {% if station.published %} OUI {% else %} NON {% endif %} |