{% include 'notifications.html' %}

{{ session.user.username }}

{% if access %}

Projects

{% for flora in access %}
{{ flora[0] }}
{% endfor %}
{% endif %}