equal
deleted
inserted
replaced
53 {% endif %} |
53 {% endif %} |
54 |
54 |
55 {% if user.task_mentors.count %} |
55 {% if user.task_mentors.count %} |
56 <br><a href="/user/mentor/">Mentoring</a> {{ user.task_mentors.count }} |
56 <br><a href="/user/mentor/">Mentoring</a> {{ user.task_mentors.count }} |
57 {% ifnotequal user.task_mentors.count 1 %} |
57 {% ifnotequal user.task_mentors.count 1 %} |
58 tasks! |
58 tasks! |
|
59 {% else %} |
|
60 task! |
59 {% endifnotequal %} |
61 {% endifnotequal %} |
60 task! |
62 <br /> |
|
63 {% endif %} |
|
64 |
|
65 {% if unpublished_tasks %} |
|
66 <br />Unpublished tasks:<br /> |
|
67 {% for a_task in unpublished_tasks %} |
|
68 <a href="/task/view/tid={{a_task.id}}">{{a_task.title}}</a> |
|
69 {% endfor %} |
61 {% endif %} |
70 {% endif %} |
62 {% endblock %} |
71 {% endblock %} |