{% if result.ok %}
✅ completed {{ result.title or result.name }} {% if result.summary_line %} — {{ result.summary_line }}{% endif %}
{% else %}
❌ failed {{ result.name }} — {{ result.error }}
{% endif %} {% if result.log %}
{{ result.log }}
{% endif %} {% if result.ok %}

The Status panel will refresh shortly to show the effect.

{% endif %}