Pages tagged templatetags:

Django snippets: Smart {% if %} template tag
http://www.djangosnippets.org/snippets/1350/

While retaining current Django functionality, it also handles equality, greater than and less than operators.
A replacement if tag for django that does what if tags should.