{{define "profile_content"}} {{with .UserProfile}}
{{ range .Torrents }} {{end}}
{{T "category"}} {{T "name"}} {{T "date"}} {{T "size"}} {{T "links"}}
{{.Name}} {{.Date}} {{.Filesize}}
{{end}} {{end}}