{% extends 'base.html' %} {% load static %} {% block title %} Today {% endblock %} {% block header %} Today {% endblock %} {% block content %}

04.14.WED


{% for item in item_list %}
{{ item.key_type }}: {{ item.details }} {% if item.key_type.key_name == 'Task' %} {% csrf_token %} {% endif %}
{% endfor %}
{% endblock %}