{% extends "base.html" %} {% load static %} {% block title %}Admin Review: PIP-{{ pip.id }} — Mockup{% endblock %} {% block content %}

Review: PIP-{{ pip.id }}: {{ pip.title }}

{{ pip.status }} · {{ pip.target_playbook }} {{ pip.target_version }} · Submitted by {{ pip.submitted_by }} · {{ pip.submitted_at }}

Summary

{{ pip.summary }}

Changes {{ pip.changes|length }}
{% for ch in pip.changes %} {% endfor %}
# 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 %}
Decision Summary

{{ 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.

Cancel
Mockup screens: List · Create · Detail — Reviewed (PIP-42) · Detail — Draft (PIP-30) · Admin Review (PIP-38)
{% endblock %}