menu_open
menu
{% trans 'Home' %}
{% if user|has_group:"Teacher" %}
collections_bookmark
{% trans 'Your 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 %}
more_horiz