{% extends "gw/task/todo_base.html" %} {% block head_css %} {% endblock %} {% block head_js %} {% endblock %} {% block body_main %}
| Категории | Задачи |
| {% with data.cb as pd %} {% include "gw/pulldown.html" %} {% endwith %} | {% for i in data.head %}{% with i as pd %} {% include "gw/pulldown.html" %} {% endwith %} | {% endfor %}||||
|---|---|---|---|---|---|
| {% if item.category %} {{ item.category }} {% endif %} | {{ item.subject }} | {{ item.created|date }} | {% if item.deadline %} {{ item.deadline|date }} {% endif %} | {%if item.done %} √ {% endif %} |