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

StatutProfession index

{% for statut_profession in statut_professions %} {% else %} {% endfor %}
Id Name actions
{{ statut_profession.id }} {{ statut_profession.name }} show edit
no records found
Create new {% endblock %}