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

TypePrestation

Id {{ type_prestation.id }}
Nom {{ type_prestation.nom }}
Type {{ type_prestation.type }}
back to list edit {{ include('type_prestation/_delete_form.html.twig') }} {% endblock %}