{# Task name #}
{{ task.name }}
{# Workflow badge — PenguinUI badge with indicator dot #}
{{ task.workflow_name }}
{# Current step (only when not done) #}
{% if task.status != "done" and task.current_step_name %}
step {{ task.current_step_name }}
{% endif %} {# Progress notes #} {% if task.progress_notes %}{{ task.progress_notes }}
{% endif %}