{% extends "base.html" %} {% load static %} {% block title %}Admin Review: PIP-{{ pip.id }} — Mockup{% endblock %} {% block content %}
{{ pip.status }} · {{ pip.target_playbook }} {{ pip.target_version }} · Submitted by {{ pip.submitted_by }} · {{ pip.submitted_at }}
{{ pip.summary }}
| # | Type | Entity | Name / Target | Galdr Recommendation & Reasoning | Admin Decision | Admin Note |
|---|---|---|---|---|---|---|
| {{ ch.number }} | {{ ch.change_type }} | {{ ch.entity_type }} | {% if ch.name %} {{ ch.name }} {% else %} {{ ch.target_name }} (id={{ ch.target_id }}) {% endif %} |
{% if ch.galdr_recommendation %}
{{ ch.galdr_recommendation }}
{{ ch.galdr_reasoning }} {% else %} — {% endif %} |
{{ pip.changes|length }}
Accepted
0
Rejected
0
Pending
Version bump:
If any change is accepted, the playbook will be bumped from
{{ pip.target_version }} to
v1.1 (minor bump for ADD/ALTER; patch for DROP-only PIPs).
If all changes are rejected, no version change occurs.