{% extends "base.html" %} {% load staticfiles %} {% block content %}
{% for notification in unread_notifications %} {{ notification }} {% endfor %}
{% for notification in read_notifications %} {{ notification }} {% endfor %}
{% endblock %}