diff -r d69a562f969d -r 8f31ed9817fa templates/task/view.html --- a/templates/task/view.html Tue Mar 02 04:06:32 2010 +0530 +++ b/templates/task/view.html Tue Mar 02 04:19:22 2010 +0530 @@ -48,7 +48,14 @@
Description:
{{ task.desc|linebreaksbr }} -
+


+ {% if task.tags.count %} + Tags: + {% for tag in task.tags %} + tag + {% endfor %} +
+ {% endif %} {% if deps %} @@ -65,7 +72,6 @@ {% else %} {% if subs %} - This task cannot be claimed.. It exists only to show all of its sub tasks in one place.
The task has following sub tasks.
{% for sub in subs %} {{sub.title}}
@@ -100,6 +106,10 @@ {% ifequal task.status "OP" %}
There are no users working on this task.
{% endifequal %} + + {% if subs %} +
This task cannot be claimed.. It exists only to show all of its sub tasks in one place.
+ {% endif %} {% if assigned_users %} Users working on this task: