{% extends 'website/templates/base.html' %} {% load notify %} {% block content%}

Notifications

Clear All
{% for notification in notifications %} {% get_notification notification.id %} {% endfor %} {% endblock %} {% block javascript %} {% endblock %}