{% extends "master.html" %} {% block content %} {% load static %}

Your Data List

{% for i in todo %} {% endfor %}
Title Description Status Created At Updated At Action
{{ i.title }} {{ i.description }} {{ i.status }} {{ i.created_at }} {{ i.updated_at }} Delete Views Edit
{% endblock content %}