{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 %} {% block content %}

Notifications


Unread notifications


{% for notification in unread_notifications %}
{% csrf_token %} {{notification}} - {{notification.date}}

{% endfor %}

All notifications


{% for notification in all_notifications %} {{notification.message}} {{notification.message.date}}
{% endfor %}
{%endblock%}