templates/task/claim.html
changeset 70 a14ec2f09beb
parent 33 0d0ea7b188d5
child 72 9fc60a221016
equal deleted inserted replaced
69:49532a0f5071 70:a14ec2f09beb
     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 %}