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