On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > In my recent project I have been finding myself wishing that the {% > ifequal %} tag had support for AND OR.
Have you considered passing a boolean into the template from the view with the corresponding value? I don't think the omission of complex AND/OR logic was an oversight; I believe it's a deliberate attempt to keep templates from becoming jammed full of business logic.