{{define "title"}}{{.Torrent.Name}}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}}
{{with .Torrent}}
{{if ne .WebsiteLink ""}} {{end}} {{ range $index, $element := .Comments }} {{end}}
{{T "name"}} {{.Name}}
{{T "hash"}} {{.Hash}}
{{T "date"}} {{.Date}}
{{T "size"}} {{.Filesize}}
Uploader {{.UploaderName}} {{if ne .OldUploader ""}} ({{.OldUploader}}) {{end}}
{{T "Link"}} {{.WebsiteLink}}
{{T "links"}} Download! Torrent file Report! {{ if HasAdmin $.User}} {{ T "delete" }} {{end}}
{{T "description"}} {{.Description}}
{{T "comments"}}
{{$index}} {{.Username}} {{.Content}}
{{end}}
{{/* There should be a better way to use translation on this... */}}
{{with .Captcha}} {{block "captcha" .}}{{end}} {{end}}
{{with .Torrent}} {{end}}