{% 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