equal
deleted
inserted
replaced
9 {{claim.message}}<br /> |
9 {{claim.message}}<br /> |
10 {% endfor %} |
10 {% endfor %} |
11 {% else %} |
11 {% else %} |
12 {% if task_claimable %} |
12 {% if task_claimable %} |
13 There are no claims for this task yet.<br /> |
13 There are no claims for this task yet.<br /> |
14 Be the first to claim the task.<br /> |
14 {% if user_can_claim %} |
|
15 Be the first to claim the task.<br /> |
|
16 {% endif %} |
15 {% else %} |
17 {% else %} |
16 The task cannot be claimed at this stage.<br /> |
18 The task cannot be claimed at this stage.<br /> |
17 {% endif %} |
19 {% endif %} |
18 <a href="/task/view/tid={{task.id}}">Click here</a> to view the task.<br /> |
20 <a href="/task/view/tid={{task.id}}">Click here</a> to view the task.<br /> |
19 {% endif %} |
21 {% endif %} |