pytask/templates/task/view.html
changeset 144 daca865314e7
parent 143 da4c6b1cec7d
equal deleted inserted replaced
143:da4c6b1cec7d 144:daca865314e7
    85     
    85     
    86     {% if task_claimable %}
    86     {% if task_claimable %}
    87 	<a href="/task/claim/tid={{task.uniq_key}}">View claims</a>
    87 	<a href="/task/claim/tid={{task.uniq_key}}">View claims</a>
    88     {% endif %}
    88     {% endif %}
    89 
    89 
    90     {% if can_assign_pynts %}
    90     <a href="/task/view/work/tid={{task.uniq_key}}">View submitted work reports</a>
    91         <a href="/task/assignpynts/tid={{task.uniq_key}}">Request assign pynts and mark the task as complete</a>
       
    92     {% endif %}
       
    93     
       
    94     {% if is_selected %}
       
    95         <a href="/task/report/tid={{task.uniq_key}}">Submit Work</a>
       
    96     {% endif %}
       
    97     
    91     
    98         <hr />
    92         <hr />
    99     {% if comments %}
    93     {% if comments %}
   100         comments:<br /><br />
    94         comments:<br /><br />
   101         {% for comment in comments %}
    95         {% for comment in comments %}