{{define "title"}}{{.Torrent.Name}}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}}
{{with .Torrent}}

{{.Name}}

Uploaded by {{.UploaderName}}


Download! {{if ne .TorrentLink ""}} Torrent file Report! {{end}}

{{T "hash"}}

{{.Hash}}


{{T "date"}}

{{.Date}}


{{T "size"}}

{{.Filesize}}


{{if ne .WebsiteLink ""}}

{{T "Link"}}

{{.WebsiteLink}}


{{end}}

{{T "description"}}

{{.Description}}

{{T "comments"}}

{{ range $index, $element := .Comments }}
{{$index}} {{.Username}}
{{.Content}}
{{end}}
{{end}}
{{/* There should be a better way to use translation on this... */}}
{{with .Captcha}} {{block "captcha" .}}{{end}} {{end}}
{{with .Torrent}} {{end}}