{{define "sftp_pane"}}
{{range .Files}} {{end}}
Name Size Modified
{{if eq .Type "folder"}} {{else if eq .Type "code"}} {{else if eq .Type "image"}} {{else if eq .Type "lock"}} {{else}} {{end}} {{.Name}}
{{.Size}} {{.Modified}}
{{if ne .Type "folder"}} {{if eq $.Pane "local"}} {{end}} {{if eq $.Pane "remote"}} {{end}} {{end}}
{{if eq (len .Files) 0}}

This directory is empty

{{end}} {{if gt (len .Files) 0}}
TIP: Click file or {{if eq .Pane "local"}}upload{{else}}download{{end}} button to transmit to server
{{end}}
{{end}}