> the syntax you're using is not standard Django template syntax, so > unless someone has replaced the default Django tempating system with > the same one as you did (and is familiar with it and read your email), > you are unlikely to get a response from this list.
Oops - sorry. I misread your email (another proof I should not reply to anyone before my first cup of coffee ;-) I'm not very familiar with j2ee syntax, but the logic seems a bit too heavy for a template, you might be better off implementing the logic in a view (hence, standard Python+Django), put the result in the context and only display the context in a template. Just my 2 cents. Jirka -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.