{# The tree view: the real TOML structure (tables, arrays of tables) with line
numbers, plus the structural operations that have to re-serialize the file.
Every structural control says so before it runs. #}
{% from 'admin/config_editor_rows.html' import key_row %}
{% macro table_node(node, depth) %}
{{ node.label }}
L{{ node.line }}
{{ _('%(count)s key(s)', count=node.rows|length) }}
{{ item.path }}
{{ _('%(count)s item(s)', count=item.count) }}
{{ _('No key matches the current filters.') }}