{% extends "gw/task/task_base.html" %} {% block head_css %} {% endblock %} {% block head_js %} {% endblock %} {% block body_main %} {% for i in data.head %} {% endfor %} {% for item in item_list %} {% endfor %}
{% with data.title as pd %} {% include "gw/pulldown.html" %} {% endwith %} : {{ item_list.count }}
# {% with i as pd %} {% include "gw/pulldown.html" %} {% endwith %}
{{ forloop.counter }} {{ item.getclassname }} {{ item.user }} {{ item.summary }} {% if item.status %} {{ item.status }} {% endif %} {% if item.restriction %} {{ item.restriction }} {% endif %}
{% endblock %}