Index: djangopatch/django/template/defaulttags.py
===================================================================
--- djangopatch/django/template/defaulttags.py	(revision 7730)
+++ djangopatch/django/template/defaulttags.py	(working copy)
@@ -683,8 +683,10 @@
     """
     The ``{% if %}`` tag evaluates a variable, and if that variable is "true"
     (i.e. exists, is not empty, and is not a false boolean value) the contents
-    of the block are output::
+    of the block are output:
 
+    ::
+
         {% if athlete_list %}
             Number of athletes: {{ athlete_list|count }}
         {% else %}
