menu_open
menu
{% trans 'Home' %}
{% if user|has_group:"Teacher" %}
collections_bookmark
{% trans 'My library' %}
manage_search
{% trans 'Explore' %}
{% endif %}
{% if not user.is_anonymous %}
calendar_month
{% trans 'My classrooms' %}
{% endif %}
{% if user|has_group:"Teacher" %}
{% endif %}
{% if user|has_group:"Teacher" %}
star
{% if user|has_group:"Teacher" %}
{% endif %}
help
{% trans 'My favourites' %}
{% for favourite in user.favourite_set.all|not_deleted_favourites|slice:":5" %}
{{ favourite.content_object | safe }}
{% endfor %}
{% trans 'See all' %}
{% endif %}
{% trans "Help and support" %}
{% if user|has_group:"Teacher" %}
{% endif %}
{% if user.username %}
{% endif %}
notifications
{% trans "See all" %}
{% for notification in user.notifications.all|slice:":7" %}
{{ notification.created_on }}
{{ notification.text }}
{% endfor %}
more_horiz