templates/task/claim.html
changeset 159 a74a32a5a3e1
parent 156 7cad1e92713d
child 162 d378eff02f2e
equal deleted inserted replaced
158:c43e0114e593 159:a74a32a5a3e1
    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             Be the first to claim the task.<br />
    15         {% else %}
    15         {% else %}
    16             This task cannot be claimed right now.
    16             The task cannot be claimed at this stage.<br />
    17         {% endif %}
    17         {% endif %}
    18         <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.<br />
    18         <a href="/task/view/tid={{task.id}}">Click here</a> to view the task.<br />
    19     {% endif %}
    19     {% endif %}
    20     {% if task_claimed and is_mentor %}
    20     {% if task_claimed and is_mentor %}
    21         <a href="/task/assign/tid={{task.id}}">Select a user to assign the work.</a>
    21         <a href="/task/assign/tid={{task.id}}">Select a user to assign the work.</a>
    22     {% endif %}
    22     {% endif %}
    23     {% if user_can_claim %}
    23     {% if user_can_claim %}