{% extends "base.html" %} {% block title %}New PIP — Mimir{% endblock %} {% block content %}

Create PIP

{% csrf_token %} {% if prefill_workflow_id %} {% endif %} {% if prefill_activity_id %} {% endif %}
{% 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 %}
Cancel
{% endblock %}