| author | nishanth |
| Fri, 26 Feb 2010 02:52:32 +0530 | |
| changeset 111 | c272d4c601cd |
| parent 106 | 3c3ea2a3f92a |
| child 123 | a6b4234388c8 |
| permissions | -rw-r--r-- |
{% extends 'base.html' %} {% block content %} {% if not notifications %} You have no notifications. {% else %} {% for notification in notifications %} <a href="/user/notifications/nid={{notification.pos}}"> {% if not notification.is_read %} <b> {% endif %} {{notification.sub}} {% if not notification.is_read %} </b> {% endif %}</a><br /> {% endfor %} {% endif %} {% endblock %}