changeset 101 | e2903a92b5e8 |
child 106 | 3c3ea2a3f92a |
100:2275886511df | 101:e2903a92b5e8 |
---|---|
1 {% extends 'base.html' %} |
|
2 {% block content %} |
|
3 {% for notification in notifications %} |
|
4 <a href="/user/notifications/nid={{notification.pos}}"> |
|
5 {% if not notification.is_read %} <b> {% endif %} |
|
6 {{notification.sub}} |
|
7 {% if not notification.is_read %} </b> {% endif %}</a><br /> |
|
8 {% endfor %} |
|
9 {% endblock %} |