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

Note

Id {{ note.id }}
Description1 {{ note.description1 }}
Description1 {{ note.description1 }}
Description1 {{ note.description1 }}
note {{ note.note }}
recette {{ note.recette }}
back to list edit {{ include('note/_delete_form.html.twig') }} {% endblock %}