{{ extends "layouts/index_admin" }}
{{ block title()}}{{ T("moderation_overview") }}{{end}}
{{ block content_body()}}
{{ T("last_torrents") }}
{{ T("last_reports") }}
{{ T("name") }} |
{{ T("username") }} |
{{ T("reason") }} |
{{ T("actions") }} |
{{range TorrentReports}}
{{ .Torrent.Name }}
{{ T("edit") }}
|
{{.User.Username}} |
{{ getReportDescription(.Description,T) }} |
|
{{end}}
{{ T("last_users") }}
{{ T("username") }} |
{{ T("actions") }} |
{{range Users}}
{{ .Username }}
|
{{if .ID > 0}}
{{end}}
|
{{end}}
{{end}}