{% extends "base.html" %} {% block title %}{{ op.summary }}{% endblock %} {% block content %}

← History

Operation

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 %}

Inputs

{{ op.inputs | tojson(indent=2) }}
{% endif %} {% endblock %}