{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Notifications

{% for group in notification_groups %}
{{ group.label }}
{% for item in group.entries %} {% endfor %}
{% else %}
No notifications yet
{% endfor %}
{% if next_cursor %}
📄Load More
{% endif %}
{% endblock %}