Index: docs/tutorial04.txt
===================================================================
--- docs/tutorial04.txt	(revision 7176)
+++ docs/tutorial04.txt	(working copy)
@@ -38,6 +38,12 @@
       data server-side, use ``method="post"``. This tip isn't specific to
       Django; it's just good Web development practice.
 
+    * ``forloop.counter`` gives the current iteration of the loop, starting at
+      1. For more information on for loop variables, see the `template`_
+      documentation.
+
+.. _template: ../templates/#for
+
 Now, let's create a Django view that handles the submitted data and does
 something with it. Remember, in `Tutorial 3`_, we created a URLconf for the
 polls application that includes this line::
