{% extends 'base.html' %} {% block title %} Home {% endblock title %} {% block body %}
| # | Title | Description | Date Time | Status | Actions |
|---|---|---|---|---|---|
| {{loop.index}} | {{todo.title}} | {{todo.description}} | {{todo.date_created}} | {% if todo.status == "Pending" %} Pending {% elif todo.status == "Completed" %} Completed {% endif %} | {% if todo.status == "Pending" %} {% elif todo.status == "Completed" %} {% endif %} |