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