{% extends 'base.html.twig' %}
{% block title %}Notes overview{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block content %}
Notes overview Configure your notes
| Title | Public | Owner | Visible for | Actions |
|---|---|---|---|---|
| {{ note.getTitle }} |
|
{{ note.getUser.getName }} | {% for tmpUser in note.getAuthorizedUser %} {{ tmpUser.getName ~ (not loop.last ? ', ') }} {% endfor %} |