{% if query %}

{{ t('files.search_scope', count=total_entries) }} {% if search_truncated %}{{ t('files.search_truncated', count=search_scanned_entries) }}{% endif %}

{% endif %}
{% if query %} {% else %} {% endif %} {{ t('common.name') }}{{ t('common.size') }}{{ t('common.modified') }}
{% if path != '.' %} {{ t('files.parent') }} {% endif %} {% for entry in entries %}
{% if query %} {% else %} {% endif %} {% if entry.is_dir %} {{ entry.name }}{% if query and '/' in entry.relative_path %}{{ entry.relative_path.rsplit('/', 1)[0] }}{% endif %}{{ t('common.folder') }}{{ format_time_ns(entry.mtime_ns) }} {% else %} {{ entry.name }}{% if query and '/' in entry.relative_path %}{{ entry.relative_path.rsplit('/', 1)[0] }}{% endif %}{{ format_size(entry.size) }}{{ format_time_ns(entry.mtime_ns) }} {% endif %} {% if not entry.is_dir and terminal_editor_supported %}
{% endif %}
{% else %}

{% if query %}{{ t('files.no_search_results', query=query) }}{% else %}{{ t('files.empty') }}{% endif %}

{% endfor %}
{% if page_count > 1 %} {% endif %}