diff -r fcae44e94845 -r c0e4fc8b8b5b templates/task/view.html --- a/templates/task/view.html Thu Feb 04 23:13:03 2010 +0530 +++ b/templates/task/view.html Thu Feb 04 23:15:37 2010 +0530 @@ -20,12 +20,15 @@
{{ task.desc }}

status of task is {{task.status}}
- {% if user_can_view_claim %} + {% if assigned_user %} + Task has been assigned to {{assigned_user.username}}
+ {% endif %} + {% if not is_guest %} View claims
- view claims goes here depending on availability of claim
{% endif %} {% if comments %} +

comments:
{% for comment in comments %}
{{ comment.created_by.username }} at {{ comment.creation_datetime.ctime }} wrote: