{% block scripts %} {% endblock scripts %}
序号
创建时间
待办事项
完成状态
操作
{% for item in items %}
{{ loop.index }} {#
{{ item.user_id|e }}
#}
{{ item.create_time|datetimeformat }}
{{ item.item }}
{% if item.complete %}
已完成
{% else %}
未完成
{% endif %}
修改
已完成
删除
{% endfor %}
首页
新增
已完成查询