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 %}
{% if bool %}
{% else %}
{% if bool %}
{% endif %}
{% endif %}
{% endif %}
THanks
james
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---