{% extends 'student_template/base_template.html' %} {% block page_title %} Students Notifications {% endblock page_title %} {% block main_content %}

All Notifications

{% for notification in notifications %} {% endfor %}
Notifications
{{ notification.message }}
{% endblock main_content %}