{% extends 'base.html.twig' %} {% block title %}Notes overview{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

Notes overview Configure your notes

{% for note in notes %} {% endfor %}
Title Public Owner Visible for Actions
{{ note.getTitle }}
{{ note.getUser.getName }} {% for tmpUser in note.getAuthorizedUser %} {{ tmpUser.getName ~ (not loop.last ? ', ') }} {% endfor %}
{% for note in notes %} {% endfor %} {#% include 'footer.html.twig' %#} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}