templates/user/view_request.html
changeset 134 3a49a7e23442
parent 133 34187a80d279
child 164 bfe621e64a16
equal deleted inserted replaced
133:34187a80d279 134:3a49a7e23442
    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>&nbsp;
    19         <a href="/user/view/uid={{to_user.id}}">{{to_user.username}}</a>&nbsp;
    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 />