{{ t('common.name') }}{{ t('common.size') }}{{ t('common.modified') }}
{% if path != '.' %} {{ t('files.parent') }} {% endif %} {% for entry in entries %}
{% if entry.is_dir %} {{ entry.name }}{{ t('common.folder') }}{{ format_time_ns(entry.mtime_ns) }} {% else %} {{ entry.name }}{{ 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 %}