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

04.12.MON - 04.18.SUN


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