Author: SmileyChris Posted: March 2, 2009 Language: Python Version: 1.0 Score: 65 (after 67 ratings) Download Raw Save this as smart_if.py in the templatetags folder of one of your apps. Then a simple {% load smart_if %} replaces the boring built-in Django {% if %} template with the new smart one. 7 May 2009: Was asked about whether it handles combination of and/or. It does, added a test to show i