> I can't see > how the ifless tag would be useful to the majority of users. Zinovil > really hasn't provided many real life examples either. I can tell you lots of examples.
{% ifless accounts.count 50 %} show Paginator {% else %} don't show Paginator {% endifless %} > Oh and as far as I know, you can't combine the hypothetical ifless tag > and the ifequal tag to achieve the effect of the (again hypothetical) > iflessthanorequal tag. Yes, you right, iflessorequal is also should be included. > The same goes for imitating "ifgreater" with > "not iflessthanorequal". Am I correct? "ifgreaterorequal a b" is the same as "ifless b a" and wise versa Zinovii --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---