{% extends "base.html" %} {% load q %} {% block title %} Notifications {% endblock %} {% block head %} {% endblock %} {% block body %}

Notifications

Mark All Read
{% for notice in notifications %} {% include 'notifications/notice.html' %} {% empty %}

You have no notifications yet.

{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}