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

{{ call $.T "last_torrents" }}

{{range .Torrents}} {{end}}
{{ call $.T "name" }} {{ call $.T "username" }} {{ call $.T "actions" }}
{{ .Name }} {{ call $.T "edit" }} {{ .UploaderID }} {{ call $.T "delete" }}

{{ call $.T "last_reports" }}

{{range .TorrentReports}} {{end}}
{{ call $.T "name" }} {{ call $.T "username" }} {{ call $.T "reason" }} {{ call $.T "actions" }}
{{ .Torrent.Name }} {{ call $.T "edit" }} {{.User.Username}} {{ getReportDescription .Description $.T }} {{ call $.T "delete" }}

{{ call $.T "last_users" }}

{{range .Users}} {{end}}
{{ call $.T "username" }} {{ call $.T "actions" }}
{{ .Username }} {{if gt .ID 0}} {{ call $.T "delete" }} {{end}}

{{ call $.T "last_comments" }}

{{range .Comments}} {{end}}
{{ call $.T "comments" }} {{ call $.T "username" }} {{ call $.T "actions" }}
{{ .Content }} {{if .User }}{{ .User.Username }}{{else}}れんちょん{{end}} {{ call $.T "delete" }}
{{end}}