{% extends 'base.html' %} {% block title %}Notification{% endblock %} {% load static %} {% block content %}
{% include 'snippets/left-menu.html' %}

Notifications

{% for i in notifications %}

{{ i.verb }}

{{ i.timestamp }}

{% endfor %}
{% include 'snippets/right-data.html' %}
{% endblock %}