← Home
Index of {{.Path}}
{{- if .ShowParent}}
Parent Directory
{{- end}} {{$isBadPath := hasSuffix .Path "__bad__"}} {{- range $i, $file := .Children}}
{{add $i 1}}.
{{$file.Name}}{{if $file.IsDir}}/{{end}}
{{formatSize $file.Size}} || {{$file.ModTime.Format "2006-01-02 15:04:05"}}
{{- if and $.CanDelete }}
Delete
{{- end}}
{{- end}}