{% extends "base.html" %} {% block title %}{{ op.summary }}{% endblock %} {% block content %}
Everything recorded about this proposal: who made it, from which inputs and evidence, why, how confident, what it changes, and who decided.
{% include "_operation_card.html" %} {% if op.inputs %}{{ op.inputs | tojson(indent=2) }}