templates/task/claim.html
changeset 162 d378eff02f2e
parent 159 a74a32a5a3e1
child 163 c4cb937b8e7f
equal deleted inserted replaced
161:74ef330c9185 162:d378eff02f2e
     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 %}