{% extends 'user/notifications/base.html' %} {% import 'utils.html' as util with context %} {% block stream %} {% if stream %} {{ util.notification_stream(stream) }} {{ util.pagination(stream) }} {% else %}

You have no notifications.

{% endif %} {% endblock %}