{% if llm_configured is defined and not llm_configured %}

LLM is not configured. Open Settings.

{% elif suggestion and suggestion.new_playbook %}

Suggested recovery branch

{{ suggestion.rationale }}

Branch {{ suggestion.branch.name }} on step {{ suggestion.target_step_index }}

{% if changes %}

Changes

{% endif %}
{% else %}

Branch suggestion could not be validated.

{% if problems %} {% endif %}
{% endif %}