Do something every 3 loops in django-templates?
Posted
by eos87
on Stack Overflow
See other posts from Stack Overflow
or by eos87
Published on 2010-05-22T15:07:38Z
Indexed on
2010/05/22
15:20 UTC
Read the original article
Hit count: 157
hi people, I wanna make change in css class every 3 loops. In the first three I want to use the CSS class A, in the next three I want to use the CSS class B, in the next three I want to use the CSS class A again and so on.
can anyone help? Thanks
© Stack Overflow or respective owner