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

Manage upload

This private link can delete the entire box.

Box
{{.Data.Box.ID}}
Files
{{.Data.FileCount}}
Total size
{{.Data.TotalSize}}
Expires
{{.Data.ExpiresLabel}}
Downloads
{{.Data.DownloadCount}}{{if .Data.MaxDownloads}} / {{.Data.MaxDownloads}}{{end}}
Protected
{{if .Data.Protected}}Yes{{else}}No{{end}}
Back to box
{{end}}