author | nishanth |
Mon, 01 Mar 2010 05:46:13 +0530 | |
changeset 160 | 05157d35d66f |
parent 123 | a6b4234388c8 |
child 184 | 8ca20bacc78e |
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.id}}"> {% if not notification.is_read %} <b> {% endif %} {{notification.sub}} {% if not notification.is_read %} </b> {% endif %}</a><br /> {% endfor %} {% endif %} {% endblock %}