{{ task.title }}
{{ task.task_id }}
{{ task.operator_label }}
{% if latest %}
{{ latest.status }}
{% endif %}
{{ task.description or "No task-specific description provided." }}
{% if latest %}
{% endif %}
Command or target
{{ task.command_preview }}