diff -r ca88bf4ad362 -r 34187a80d279 templates/user/view_request.html --- a/templates/user/view_request.html Sat Feb 27 19:21:15 2010 +0530 +++ b/templates/user/view_request.html Sun Feb 28 01:15:15 2010 +0530 @@ -1,11 +1,25 @@ {% extends 'base.html' %} {% block content %} + {% if newest %} + <<newest + {% endif %} + {% if newer %} + <newer + {% endif %} + {% if older %} + older> + {% endif %} + {% if oldest %} + oldest>> + {% endif %} +
From:  {{req.sent_by.username}}
To: {% for to_user in sent_users %} - {{to_user.username}},  + {{to_user.username}}  {% endfor %}
+ sent at {{req.creation_date}}
Message:
{% ifequal "PY" req.role %} {{req.sent_by.username}} assigned {{req.pynts}} pynts to