{% load i18n %} {% load course_flow_templatetags %}
{% if user|has_group:"Teacher" %} {% endif %} {% if user.username %}
notifications
{% trans "See all" %} {% for notification in user.notifications.all|slice:":7" %}
{{ notification.created_on }}
{{ notification.text }}
{% endfor %}
{% endif %}