{{template "header.html" . }}

{{lang "panel_logs_moderation_head"}}

{{range .Logs}}
{{.Action}}
{{.IPAddress}}
{{.DoneAt}}
{{end}}
{{if gt .LastPage 1}} {{template "paginator.html" . }} {{end}}
{{template "footer.html" . }}