{% if prefill_playbook_id %}
{# Opened via playbook detail (?playbook=…): target must stay fixed (FOB-PIP-CREATE-01). #}
Target playbook is fixed because you opened this form from the playbook.
{% if prefill_workflow %}
Workflow context: {{ prefill_workflow.name }} — parent workflow is pre-selected when adding Activity changes.
{% endif %}
{% if prefill_activity %}
Activity context: {{ prefill_activity.name }} — use ALTER/DROP with target id {{ prefill_activity.pk }} when editing this activity.
{% endif %}
{% else %}
{% endif %}