{% for t in col_tasks %}
{{ t.name }}
{{ t.brief or '' }}
{% if t.executor and t.executor != '华硕' %}🖥{{ t.executor }}{% endif %}
⚡{{ exec_stats[t.id]['cnt'] if t.id in exec_stats else 0 }}
💰¥{{ "%.2f"|format(exec_stats[t.id]['cost'] if t.id in exec_stats else 0) }}
{% endfor %}