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

Note index

{% for note in notes %} {% else %} {% endfor %}
Id Description1 actions
{{ note.id }} {{ note.description1 }} {% if is_granted('ROLE_VISITEUR') %} show edit {% endif %}
no records found
{% if is_granted('ROLE_VISITEUR') %} Créer nouveau {% endif %} {% endblock %}