Your To-Do list
{% csrf_token %}
{% for item in list.item_set.all %}
{{ forloop.counter }}: {{ item.text }}
{% endfor %}