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

TypePrestation index

{% for type_prestation in type_prestations %} {% else %} {% endfor %}
Id Nom Type actions
{{ type_prestation.id }} {{ type_prestation.nom }} {{ type_prestation.type }} show edit
no records found
Create new {% endblock %}