{% extends 'base2.html.twig' %} {% block title %}Type Medecine Esthetique{% endblock %} {% block body %}

Type Medecine Esthetique

{% for type, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %} {% for type_medecine_esthetique in type_medecine_esthetiques %} {% else %} {% endfor %}
Id Titre Description Image bannière actions
{{ type_medecine_esthetique.id }} {{ type_medecine_esthetique.titre }} {{ type_medecine_esthetique.description }} {% if type_medecine_esthetique.imagebanniere%} Image de {{ type_medecine_esthetique.titre }} {% else %} Pas de photo avant {% endif %} Afficher
Modifier
{{ include('type_medecine_esthetique_admin/_delete_form.html.twig') }}
no records found
Créer {% endblock %}