{# select or count over the registry of every addressed server. The server is a column rather than a heading, because the point of the family is comparing two servers row by row: sorting on path puts the same entry of every server next to itself. #}
| {{ t("results.actions") }} | {% for column in outcome.columns %}{{ t("registry.column." ~ column) }} | {% endfor %}||||
|---|---|---|---|---|---|
| {# Prefills a write for exactly this entry on exactly this server. A masked value is never handed to the editor: the statement would write the mask back over the secret. #} {% if row.writable %} {% endif %} | {# host:port is the identity a condition and an on clause use; the machine's own name rides along muted on the same line, so the row stays one line high. #}{{ row.server }} {% if row.computer %}ยท {{ row.computer }}{% endif %} | {{ row.key }} | {{ row.name }} | {{ row.path }} | {{ row.value }} |