{{define "admin_files.html"}}{{template "base" .}}{{end}} {{define "content"}}

Operator console

{{.Data.PageTitle}}

{{.Data.Total}} box{{if ne .Data.Total 1}}es{{end}} total.

All uploads

Search, sort, and manage every box.

{{if .Data.Query}}Clear{{end}}
{{range .Data.Columns}} {{end}} {{range .Data.Boxes}} {{else}} {{end}}
{{.Label}}{{if .Sorted}}{{end}}Status Actions
{{.ID}} {{.Owner}} {{.FileCount}} {{.TotalSizeLabel}} {{.DownloadCount}}{{if .MaxDownloads}} / {{.MaxDownloads}}{{end}} {{.CreatedAt}} {{.ExpiresAt}} {{if .Expired}}expired{{else}}active{{end}} {{if .Protected}}protected{{end}} Edit View
No boxes match.

Showing {{.Data.RangeFrom}}–{{.Data.RangeTo}} of {{.Data.Total}} · Page {{.Data.Page}} of {{.Data.TotalPages}}

{{end}}