templates/task/view.html
changeset 159 a74a32a5a3e1
parent 156 7cad1e92713d
child 164 bfe621e64a16
equal deleted inserted replaced
158:c43e0114e593 159:a74a32a5a3e1
    59             {% endif %}
    59             {% endif %}
    60             
    60             
    61         {% else %}
    61         {% else %}
    62         
    62         
    63             {% if subs %}
    63             {% if subs %}
    64             
    64                 This task cannot be claimed.. It exists only to show all of its sub tasks in one place.<br />
    65                 <br />The task has following sub tasks.<br />
    65                 The task has following sub tasks.<br />
    66                 {% for sub in subs %}
    66                 {% for sub in subs %}
    67                     <a href="/task/view/tid={{sub.id}}">{{sub.title}}</a><br />
    67                     <a href="/task/view/tid={{sub.id}}">{{sub.title}}</a><br />
    68                 {% endfor %}
    68                 {% endfor %}
    69                 
    69                 
    70                 {% if can_mod_tasks %}
    70                 {% if can_mod_tasks %}