{{define "title"}}{{ call $.T "moderation_overview" }}{{end}} {{define "content"}}
{{ call $.T "name" }} | {{ call $.T "username" }} | {{ call $.T "actions" }} |
---|---|---|
{{ .Name }} {{ call $.T "edit" }} | {{ .UploaderID }} | {{ call $.T "delete" }} |
{{ 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 "username" }} | {{ call $.T "actions" }} |
---|---|
{{ .Username }} | {{if gt .ID 0}} {{ call $.T "delete" }} {{end}} |
{{ call $.T "comments" }} | {{ call $.T "username" }} | {{ call $.T "actions" }} |
---|---|---|
{{ .Content }} | {{if .User }}{{ .User.Username }}{{else}}れんちょん{{end}} | {{ call $.T "delete" }} |