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