Todo List

{% if edit_item %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
{% for todo in all_items %} {% endfor %}
Todo Item:
{{ todo.content }}