equal
deleted
inserted
replaced
14 {% endif %} |
14 {% endif %} |
15 <br /> |
15 <br /> |
16 |
16 |
17 <br /> |
17 <br /> |
18 sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br /> |
18 sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br /> |
19 Sub: {{notification.sub}}<br /> |
19 Sub: {{notification.subject}}<br /> |
20 <br /> |
20 <br /> |
21 {{notification.message|safe}} |
21 {{notification.message|safe}} |
22 <br /> |
22 <br /> |
23 <a href="/profile/notf/del/nid={{notification.uniq_key}}">Delete</a> |
23 <a href="/profile/notf/del/nid={{notification.uniq_key}}">Delete</a> |
24 <a href="/profile/notf/unr/nid={{notification.uniq_key}}">Keep Unread</a> |
24 <a href="/profile/notf/unr/nid={{notification.uniq_key}}">Keep Unread</a> |