I was reading some code in the django tutorial and i found this
<ul>
{% for athlete in athlete_list %}
<li>{{ athlete.name }}</li>
{% endfor %}
</ul>
what is athlete?, where can I find mor information about how to use this?
I searched for list, but they seem to have restricted functions such as append and index.
{}button in the editor. – sarnold Jul 3 '12 at 2:30