{{ template "layout" . }} {{ define "content" }}

Admin: Report {{ .Report.Domain }}

{{ .Report.Status }}

URLs

Violation

Type
{{ .Report.ViolationType }}
Description
{{ .Report.Description }}

Evidence

Evidence links may lead to disturbing content. Exercise caution when reviewing.

{{ if .Evidence }} {{ else }}

No evidence provided.

{{ end }}
{{ if .Emails }}

Outgoing Emails & Replies

{{ range .Emails }} {{ end }}
{{ end }} {{ if eq (string .Report.Status) "cloudflare_pending" }}

Cloudflare Origin IP

This report is awaiting the origin IP from Cloudflare. Enter it below when received.

{{ end }}

Actions

Send Email to User

{{ if .AuditLog }}

Audit Log

    {{ range .AuditLog }}
  1. {{ .Action }} {{ if .Details }}{{ .Details }}{{ end }}
  2. {{ end }}
{{ end }}
Back to Queue
{{ end }}