任务意向与人数配置

{% for task in task_status %} {% endfor %}
任务 最大人数 当前人数 意向人列表
{{ task.task }} {{ task.max_count }} {{ task.current_count }} {% for user in task.users %} {{ user }}{% if not loop.last %}, {% endif %} {% endfor %}