{% extends 'base.html.twig' %} {% block title %}Descriptions{% endblock %} {% block body %}
Descriptions
Id
{{ description.id }}
Titre
{{ description.titre }}
Opption
{{ description.opption }}
Contenu
{{ description.contenu }}
Jours
{{ description.jours }}
back to list
edit
{{ include('descriptions/_delete_form.html.twig') }} {% endblock %}