{{define "title"}}{{ call $.T "comments_list" }}{{end}} {{define "content"}}

{{ call $.T "comments_list" }}

{{ range .Models}} {{end}}
{{ call $.T "comments" }} {{ call $.T "torrents" }} {{ call $.T "username" }} {{ call $.T "actions" }}
{{ .Content }} {{ .TorrentID }} {{ .UserID }} {{ call $.T "delete" }}
{{end}}