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

MedecineEsthetiqueType index

{% for medecine_esthetique_type in medecine_esthetique_types %} {% else %} {% endfor %}
Id Titre actions
{{ medecine_esthetique_type.id }} {{ medecine_esthetique_type.titre }} show edit
no records found
Create new {% endblock %}