{# Backend result for apply/skip — rendered as a status panel after the action button is clicked. Expects: action ('apply'|'skip'), bug_id, result (BackendResult), is_live (bool). #}
(no planned actions)
{% endif %} {% if result.output %}{{ result.output }}
{% endif %} {% if action == 'apply' and result.ok %}
Queued for apply via Claude — click Process queue
in the topbar to drain. The CLI will prompt [y/N]
before posting to Bugzilla.