Check if a date is in the future

How can I check from within a Django template whether a given date is in the future?

Something like:

{% if event.date > now %}
5
задан Dominic Rodger 17 August 2010 в 14:30
поделиться