{% extends 'user/notifications/base.html' %} {% import 'utils.html' as util with context %} {% block stream %} {% if stream %} {{ util.notification_stream(stream) }} {{ util.pagination(stream) }} {{ util.confirm_notifications_form(form) }} {% else %}
You have no unread notifications.
{% endif %} {% endblock %}