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

Operator console · Files

{{.Data.PageTitle}}

Box {{.Data.Box.ID}} · {{.Data.Box.Owner}}

Open box
{{if .Data.Notice}}

{{.Data.Notice}}

{{end}} {{if .Data.Error}}

{{.Data.Error}}

{{end}}

Box settings

Change expiration, download limit, and protection.

Created
{{.Data.Box.CreatedAt}}
Files
{{.Data.Box.FileCount}}
Total size
{{.Data.Box.TotalSize}}
Downloads
{{.Data.Box.DownloadCount}}{{if .Data.Box.MaxDownloads}} / {{.Data.Box.MaxDownloads}}{{end}}
Expires
{{.Data.Box.ExpiresLabel}}
Storage backend
{{.Data.Box.BackendID}}
Protected
{{if .Data.Box.Protected}}Yes{{else}}No{{end}}
{{if .Data.Box.Protected}} {{end}}

Files

Remove individual files from this box. Removing the last file deletes the box.

{{range .Data.Files}} {{else}}

This box has no files.

{{end}}

Danger zone

Permanently delete this box and all of its files.

{{end}}