{# The editor tab: view switch, search and readability filters, then the view itself. Only ``#ce-list`` is replaced by search and filter requests, so the input keeps focus while the operator types. #} {% set view_titles = {'form': _('Form'), 'tree': _('Tree'), 'raw': _('Raw')} %}
{% for name in views %} {% endfor %} {{ _('%(shown)s of %(total)s keys shown', shown=rows|length, total=key_count) }} {% if reference_available %} {{ _('%(count)s changed from defaults', count=changed_count) }} {% endif %}
{% if view == 'tree' %} {% include 'admin/config_editor_tree.html' %} {% elif view == 'raw' %} {% include 'admin/config_editor_raw.html' %} {% else %} {% include 'admin/config_editor_form.html' %} {% endif %}