{% if step.target %}
Target: {{ step.target }}
{% endif %}
{% if step.coordinates %}
Clicked at: ({{ step.coordinates[0] }}, {{ step.coordinates[1] }})
{% endif %}
{% if step.error %}
Error: {{ step.error }}
{% endif %}
{% if step.model_response %}
Model response:
{{ step.model_response }}
{% endif %}
{% if step.actual_screenshot and step.baseline_screenshot %}