{% extends "base.html" %} {% block title %}PIP-{{ pip.pk }} — Edit draft{% endblock %} {% block content %}
Target: {{ pip.playbook.name }} v{{ pip.playbook.version }}
| # | Type | Entity | Summary | |
|---|---|---|---|---|
| {{ ch.order }} | {{ ch.change_type }} | {{ ch.entity_type }} | {% if ch.change_type == 'ADD' %}{{ ch.name }}{% else %}{{ ch.target_name_snapshot }} (id={{ ch.target_id }}){% endif %} {% if ch.content %}{{ ch.content|truncatewords:24 }}{% endif %} | |
| No changes yet. | ||||