任务分配结果

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