{{define "public_server_logs"}} {{template "cp_head" .}} {{template "cp_alerts" .}}
{{if .IsAdmin}} {{end}} {{$IsAdmin := .IsAdmin}} {{$Colors := .MessageColors}} {{$CanViewDeleted := .CanViewDeleted}} {{range $i, $v := .Logs.R.Messages}} {{$col := index $Colors $i}} {{if $IsAdmin}} {{end}} {{end}}
Time (UTC) Author MessageActions
{{.Timestamp.String}}{{.AuthorUsername.String}}#{{.AuthorDiscrim.String}} {{if .Deleted.Bool}}{{end}}{{if or (not .Deleted.Bool) $CanViewDeleted}}{{.Content.String}}{{else}}This message has been removed from logs. only admins can see it.{{end}} {{if not .Deleted.Bool}}{{end}}
{{template "cp_footer"}} {{end}}