equal
deleted
inserted
replaced
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 %} |