Re: elseif or elseifqual or elseifnotequal

2007-08-06 Thread james_027
hi kai! thanks a lot. this will help a lot. cheers, james On Aug 6, 4:02 pm, "Kai Kuehne" <[EMAIL PROTECTED]> wrote: > Hi James, > > On 8/6/07, james_027 <[EMAIL PROTECTED]> wrote: > > > Just want to confirm if elseif and the alike doesn't exist in django's > > template. > > > What tricks

Re: elseif or elseifqual or elseifnotequal

2007-08-06 Thread Kai Kuehne
Hi James, On 8/6/07, james_027 <[EMAIL PROTECTED]> wrote: > Just want to confirm if elseif and the alike doesn't exist in django's > template. > > What tricks could be give to newbies if something like is needed ... Is switch ok? :) http://www.djangosnippets.org/snippets/300/

elseif or elseifqual or elseifnotequal

2007-08-06 Thread james_027
Hi, Just want to confirm if elseif and the alike doesn't exist in django's template. What tricks could be give to newbies if something like is needed ... if bool: elseif bool: elseif boo: it could be not nice to do something like this in django's template {% if bool %} {% else %}