{% extends "gw/task/todo_base.html" %} {% block head_css %} {% endblock %} {% block head_js %} {% endblock %} {% block body_main %}
Категории Задачи
{% for item in item_list %} {% endfor %}
{% with data.title as pd %} {% include "gw/pulldown.html" %} {% endwith %} : {{ item_list.count }}
{% with data.head as pd %} {% include "gw/pulldown.html" %} {% endwith %}
{{ item.name }}
{% endblock %}