equal
deleted
inserted
replaced
6 <hr /> |
6 <hr /> |
7 <a href="/user/view/uid={{claim.user.id}}">{{claim.user.username}}</a> at {{claim.creation_datetime.ctime}} wrote:<br /> |
7 <a href="/user/view/uid={{claim.user.id}}">{{claim.user.username}}</a> at {{claim.creation_datetime.ctime}} wrote:<br /> |
8 {{claim.message}}<br /> |
8 {{claim.message}}<br /> |
9 {% endfor %} |
9 {% endfor %} |
10 {% else %} |
10 {% else %} |
11 There are no claims for task <a href="/task/view/tid={{task.id}}">{{task.title}}</a> yet. |
11 There are no claims for this task yet.<br /> |
|
12 <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task. |
12 {% endif %} |
13 {% endif %} |
13 {% if task_claimed and is_mentor %} |
14 {% if task_claimed and is_mentor %} |
14 <a href="/task/assign/tid={{task.id}}">Assign task</a> |
15 <a href="/task/assign/tid={{task.id}}">Assign task</a> |
15 {% endif %} |
16 {% endif %} |
16 {% if user_can_claim %} |
17 {% if user_can_claim %} |