equal
deleted
inserted
replaced
64 Users working on this task: |
64 Users working on this task: |
65 {% for user in assigned_users %} |
65 {% for user in assigned_users %} |
66 <a href="/user/view/uid={{user.id}}">{{user.username}}</a>| |
66 <a href="/user/view/uid={{user.id}}">{{user.username}}</a>| |
67 {% endfor %} |
67 {% endfor %} |
68 {% if is_mentor %} |
68 {% if is_mentor %} |
69 <a href="/task/user/remove/">Remove an existing user</a> |
69 <a href="/task/remuser/tid={{task.id}}">Remove an existing user</a> |
70 <br /> |
70 <br /> |
71 {% endif %} |
71 {% endif %} |
|
72 {% else %} |
|
73 There are no users currently working on this task.<br /> |
72 {% endif %} |
74 {% endif %} |
73 {% if can_assign_credits %} |
75 {% if can_assign_credits %} |
74 <a href="/task/assigncredits/tid={{task.id}}">Assign credits</a> |
76 <a href="/task/assigncredits/tid={{task.id}}">Assign credits</a> |
75 {% endif %} |
77 {% endif %} |
76 {% if not is_guest and task_claimable %} |
78 {% if not is_guest and task_claimable %} |