{% extends 'base.html.twig' %} {% block title %}Destination index{% endblock %} {% block body %}
| Id | Pays | Ville | Site | Desciption | Image1 | Image2 | Image3 | Statut | actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ destination.id }} | {{ destination.pays }} | {{ destination.ville }} | {{ destination.site }} | {{ destination.desciption }} | {{ destination.image1 }} | {{ destination.image2 }} | {{ destination.image3 }} | {{ destination.statut }} | show edit |
| no records found | |||||||||