{% for task in tasks %} {% set status_label, status_class = status_badge_config(task.status) %} {{ task.id }} {{ task.platform | platform_label }} {{ task.created_at }} 热点 {{ task.hotspot_limit }} / 内容 {{ task.item_limit_per_hotspot }} / 评论 {{ task.comment_limit_per_item }} {{ task.successful_items_count }} / {{ task.total_items_count }} {{ status_label }} {% if task.error_stage or task.error_type %}
{{ task.error_stage }} / {{ task.error_type }} {% endif %} 查看 {% else %} 还没有任何任务,请在上方创建第一个任务 {% endfor %}