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

StatutDeplacement index

{% for statut_deplacement in statut_deplacements %} {% else %} {% endfor %}
Id Statut actions
{{ statut_deplacement.id }} {{ statut_deplacement.statut }} show edit
no records found
Create new {% endblock %}