Your To-Do List

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