{# The form view: schema-shaped sections (one per table) with typed controls. Values come from the document, the source badge next to each control says where its effective value comes from, and a single button reviews every changed field at once. #} {% from 'admin/config_editor_rows.html' import key_row %}
{{ _('Every control shows the effective value and where it comes from. A single-value edit rewrites only that key\'s line, so comments and formatting survive.') }}
{% if not rows %}{{ _('No key matches the current filters.') }}