{% extends "base.html" %} {% block title %}Notifications{% endblock %} {% block content %} {% for event in events %} {% include "activities/_event.html" %} {% empty %} No notifications yet. {% endfor %} {% if page_obj.has_next %}
Next Page
{% endif %} {% endblock %}