Xian Chen
unread,Nov 1, 2008, 1:58:09 AM11/1/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi,
I want to display a list of items by using {% for item in items %}.
To make the web pages look better, I want to use two kinds of <li> alternatively.
E.G <li class="one">item</li>
<li class="two">item</li>
My question is how can i use the tags to implement this requirement?
Any build-in tags for this?
Thanks in advance,