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

{{if .Data.Locked}}Protected box{{else}}Box: {{.Data.Box.ID}} ({{len .Data.Files}} file{{if ne (len .Data.Files) 1}}s{{end}}){{end}}

{{if .Data.Locked}}

Bucket id: {{.Data.Box.ID}}

{{end}} {{if .Data.Locked}}
{{if .Data.Obfuscated}}

File names, counts, and previews are hidden until the password is entered.

{{end}} {{end}} {{if .Data.Files}} {{$processing := false}}{{range .Data.Files}}{{if .Processing}}{{$processing = true}}{{end}}{{end}} {{$failed := false}}{{range .Data.Files}}{{if .Failed}}{{$failed = true}}{{end}}{{end}} {{if $processing}}
Some files are still processing. You can share this link now, but processing files will become available shortly.
{{end}} {{if $failed}} {{end}} {{$single := eq (len .Data.Files) 1}}
Expires {{.Data.ExpiresLabel}} {{if .Data.MaxDownloads}}{{.Data.DownloadCount}} / {{.Data.MaxDownloads}} downloads{{end}}
{{if not .Data.Locked}} {{if or $processing $failed}} {{if $failed}}Download unavailable{{else}}Files processing{{end}} {{else}} {{if $single}} {{$first := index .Data.Files 0}} Download {{else}} Download zip {{end}} {{end}} {{end}}
File Browser {{len .Data.Files}} item{{if ne (len .Data.Files) 1}}s{{end}}
{{if not .Data.Locked}} {{end}} {{else if not .Data.Locked}}

{{.Data.ExpiresLabel}}

{{end}}
{{end}}