{% extends 'staff_template/base_template.html' %} {% block page_title %} Staff Notifications {% endblock page_title %} {% block main_content %} All Notifications Notifications {% for notification in notifications %} {{ notification.message }} {% endfor %} {% endblock main_content %}