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

{{if .Data.Locked}}Protected box{{else}}Download files{{end}}

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

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

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

{{end}} {{end}} {{if .Data.Files}}
Expires {{.Data.ExpiresLabel}} {{if .Data.MaxDownloads}}{{.Data.DownloadCount}} / {{.Data.MaxDownloads}} downloads{{end}}
{{if not .Data.Locked}} Download zip {{end}}
{{range .Data.Files}} {{end}}
{{if not .Data.Locked}} {{end}} {{else if not .Data.Locked}}

{{.Data.ExpiresLabel}}

{{end}}
{{end}}