{# An action a page can name but not take, shown disabled rather than hidden. A missing control reads as a missing feature and sends somebody looking for it; a disabled one says where the action lives and why. The reason comes from the operation registry (`cli_only`), so every page gives the same one. #} {% macro row(op, command) %}
{{ op.action }} {{ op.why }}
{{ command }}
{% endmacro %}