Your To-Do list

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