{{template "header.html" .S}} {{$role := .S.Role}} {{$downloadCounter := .DownloadCounter}} {{with .Book}}

{{.Title}} {{if not .Active}} waiting for moderation {{end}}

{{if .Cover}}
{{.Title}}
{{end}}
{{if .Authors}}
Authors
{{range $i, $author := .Authors}} {{if $i}}&{{end}} {{$author}} {{end}}
{{end}} {{if .Publisher}}
Publisher
{{.Publisher}}
{{end}} {{if .Tags}}
Tags
{{range $i, $tag := .Tags}} {{if $i}},{{end}} {{$tag}} {{end}}
{{end}} {{if .Isbn}}
ISBN
{{.Isbn}}
{{end}} {{if .Date}}
Date
{{.Date}}
{{end}} {{if .FileSize}}
Size
{{printf "%.2f" (size2mb .FileSize)}} MB
{{end}} {{if .Lang}}
Lang
{{.Lang}}
{{end}}
Downloaded: {{$downloadCounter}} times
{{if eq $role "admin" "moderator"}}

{{end}}
{{end}}
{{range .Description}}

{{.}}

{{end}}
{{if .Lists}}

Book in lists:

{{else}}
{{end}}
{{if .S.User}}
Add book to a list:
{{range .UserLists}}
{{end}} {{template "footer.html" .S}}