Fwd: Help with creating a list in the template

2011-03-29 Thread satvik chauhan
-- Forwarded message -- From: satvik chauhan Date: Tue, Mar 29, 2011 at 2:01 PM Subject: Help with creating a list in the template To: django-develop...@googlegroups.com Hey , I am using the contrib.comments app and have created a custom my_comment_app with one additional

list in template

2011-03-29 Thread satvik chauhan
I am using contrib.comments app and have a custom field xuser in the comment model. I want to create a list of xusers(with no duplicates ) {% for comment in comment_list %} [Some tag to add comment.xuser in the list if not already in it ] {% endfor %} Then I want to iterate over that list as