diff -crB django/django/template/defaulttags.py djangopatch/django/template/defaulttags.py
*** django/template/defaulttags.py	2008-06-24 15:15:56.135225065 +1200
--- django/template/defaulttags.py	2008-06-24 15:25:35.255225920 +1200
***************
*** 683,689 ****
      """
      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::
  
          {% if athlete_list %}
              Number of athletes: {{ athlete_list|count }}
--- 683,691 ----
      """
      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:
! 
!     ::
  
          {% if athlete_list %}
              Number of athletes: {{ athlete_list|count }}
