{{define "partials/thumbnail_grid.html"}} {{if .InboxUploadActive}}
{{if .Degraded}}

Upload is disabled for this gallery because its path is unreadable. Fix the configuration or switch to another gallery.

{{else}}
Drop files here or use the button.
    {{end}}
    {{end}}
    {{range $i, $_ := .Result.Results}} {{if $.InboxClusterAtIdx}}{{with index $.InboxClusterAtIdx $i}}
    {{.DateLabel}} · {{.RangeLabel}} · {{.Count}} on this page
    {{end}}{{end}}
    image {{.ID}}
    {{if or (eq .FileType "mp4") (eq .FileType "webm")}} {{end}} {{if .IsFavorited}} {{end}} {{if .IsInbox}} Inbox {{end}} {{if .IsMissing}} {{end}} {{if eq $.Sort "filesize"}} {{humanBytes .FileSize}} {{end}}
    {{if eq .FileType "cbz"}} {{if .PageCount}} {{deref .PageCount}} pages {{else}} manga {{end}} {{end}} {{if .Series}} {{if .SeriesOrder}}#{{deref .SeriesOrder}}{{end}} {{.Series}} {{end}}
    {{else}}
    No images found.
    {{end}}
    {{if gt .TotalPages 1}} {{$seed := .RandomSeed}} {{$q := urlQ .Query}} {{end}} {{end}}