{% if current_user.is_authenticated %}
{% raw %}
{{ item.collection }}
/
{{ item.name }}
{{ item.owner }}
{% endraw %}
Show all results …
{% raw %}
{{ notifications.length }}
{% endraw %}
Clear all
New collection
New Group
Profile
Bookmarks
{% if current_user.is_admin %}
Admin
{% endif %}
Sign out
{% endif %}
{% block body %}{% endblock %}