equal
deleted
inserted
replaced
17 To: |
17 To: |
18 {% for to_user in sent_users %} |
18 {% for to_user in sent_users %} |
19 <a href="/user/view/uid={{to_user.id}}">{{to_user.username}}</a> |
19 <a href="/user/view/uid={{to_user.id}}">{{to_user.username}}</a> |
20 {% endfor %} |
20 {% endfor %} |
21 <br /> |
21 <br /> |
22 sent at {{req.creation_date}}<br /> |
22 sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br /> |
23 Message: <br /> |
23 Message: <br /> |
24 {% ifequal "PY" req.role %} |
24 {% ifequal "PY" req.role %} |
25 <a href="/user/view/uid={{req.sent_by.id}}">{{req.sent_by.username}}</a> assigned {{req.pynts}} pynts to |
25 <a href="/user/view/uid={{req.sent_by.id}}">{{req.sent_by.username}}</a> assigned {{req.pynts}} pynts to |
26 <a href="/user/view/uid={{req.receiving_user.id}}">{{req.receiving_user.username}}</a> for the task |
26 <a href="/user/view/uid={{req.receiving_user.id}}">{{req.receiving_user.username}}</a> for the task |
27 <a href="/task/view/tid={{req.task.id}}">{{req.task.title}}</a><br /> |
27 <a href="/task/view/tid={{req.task.id}}">{{req.task.title}}</a><br /> |