任务分配结果
任务
分配人员
{% for task, users in assignment_result.items() %}
{{ task }}
{{ users | join(', ') }}
{% endfor %}