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