equal
deleted
inserted
replaced
5 {% endif %} |
5 {% endif %} |
6 {% if claims %} |
6 {% if claims %} |
7 List of all the claims for the task <a href="/task/view/tid={{task.id}}">{{task.title}}</a><br /> |
7 List of all the claims for the task <a href="/task/view/tid={{task.id}}">{{task.title}}</a><br /> |
8 {% for claim in claims %} |
8 {% for claim in claims %} |
9 <hr /> |
9 <hr /> |
10 <a href="/user/view/uid={{claim.user.id}}">{{claim.user.username}}</a> |
10 <a href="/user/view/uid={{claim.sent_from.id}}">{{claim.sent_from.username}}</a> |
11 on {{claim.creation_datetime|date:"D d M Y"}} at {{claim.creation_datetime|time:"H:i"}} wrote:<br /> |
11 on {{claim.sent_date|date:"D d M Y"}} at {{claim.sent_date|time:"H:i"}} wrote:<br /> |
12 {{claim.message}}<br /> |
12 {{claim.remarks}}<br /> |
13 {% endfor %} |
13 {% endfor %} |
14 {% else %} |
14 {% else %} |
15 {% if task_claimable %} |
15 {% if task_claimable %} |
16 There are no claims for this task yet.<br /> |
16 There are no claims for this task yet.<br /> |
17 {% if user_can_claim %} |
17 {% if user_can_claim %} |