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

Typestatut index

{% for typestatut in typestatuts %} {% else %} {% endfor %}
Id Designation actions
{{ typestatut.id }} {{ typestatut.designation }} show edit
no records found
Create new {% endblock %}