{{ task.goal }}
{{ task.status }}
- Task ID
- {{ task.id }}
- Device
- {{ device_name }}
- Created
- {{ task.created_at or "-" }}
- Updated
- {{ task.updated_at or "-" }}
{% if task.failure_reason %}
- Failure
- {{ task.failure_reason }}
{% endif %}
Step {{ current_step_index }} of {{ timeline|length }}
{% if not timeline %}
No timeline records captured.
{% else %}
{% if current_step.image_base64 %}

{% else %}
No screenshot
{% endif %}
Tool Call
{{ current_step.tool_call | tojson(indent=2) }}
Result
{{ current_step.result | tojson(indent=2) }}
{% endif %}
{% endblock %}