author | nishanth |
Thu, 25 Feb 2010 19:46:19 +0530 | |
changeset 102 | 67de265ca06a |
parent 86 | fcbdf372857c |
child 106 | 3c3ea2a3f92a |
permissions | -rw-r--r-- |
83 | 1 |
{% extends 'base.html' %} |
2 |
{% block content %} |
|
3 |
{% for req in reqs %} |
|
102 | 4 |
<form><a href="/user/requests/rid={{req.pos}}"> |
5 |
{% if not req.is_read %}<b>{% endif %}{{req.sent_by.username}}|{{req.role}}| |
|
83 | 6 |
{% ifequal req.role "PY" %} |
7 |
{{req.task.title}} |
|
102 | 8 |
{% endifequal %}</a> |
9 |
{% if not req.is_read %}</b>{% endif %}<br /></form> |
|
83 | 10 |
{% endfor %} |
11 |
{% endblock %} |