{{ template "layout" . }} {{ define "content" }} Admin: Report {{ .Report.Domain }} {{ .Report.Status }} URLs {{ range .Report.URLs }} {{ . }} {{ end }} Violation Type {{ .Report.ViolationType }} Description {{ .Report.Description }} Evidence Evidence links may lead to disturbing content. Exercise caution when reviewing. {{ if .Evidence }} {{ range .Evidence }} {{ if .EvidenceURL }} {{ .EvidenceURL }} {{ if .DriveVerified }} Verified {{ .DriveFileName }} · {{ .DriveMimeType }}{{ if .DriveSize }} · {{ .DriveSize }} bytes{{ end }} {{ else if .DriveFileID }} Unverified {{ end }} {{ if and .Description (not .DriveVerified) }}{{ .Description }}{{ end }} {{ else }} {{ .Filename }} {{ .ContentType }} · {{ .SizeBytes }} bytes · SHA-256: {{ .SHA256 }} {{ end }} {{ end }} {{ else }} No evidence provided. {{ end }} {{ if .Emails }} Outgoing Emails & Replies {{ range .Emails }} {{ if eq (string .EmailType) "escalation" }}Escalation{{ else }}Initial Report{{ end }} to {{ .Recipient }} ({{ .RecipientOrg }}) Status {{ .Status }} Created {{ .CreatedAt.Format "Jan 2, 2006 3:04 PM" }} {{ if .SentAt }} Sent {{ .SentAt.Format "Jan 2, 2006 3:04 PM" }} {{ end }} {{ if .EscalateAfter }} Escalate After {{ .EscalateAfter.Format "Jan 2, 2006 3:04 PM" }} {{ end }} {{ if .ResponseNotes }} Response Notes {{ .ResponseNotes }} {{ end }} {{ $replies := index $.RepliesByEmail .ID }} {{ if $replies }} Replies {{ range $replies }} From {{ .FromAddress }} on {{ .CreatedAt.Format "Jan 2, 2006 3:04 PM" }} {{ .Body }} {{ end }} {{ end }} {{ if eq (string .Status) "sent" }} Resolve Escalate Now {{ if .ResponseNotes }} Ignore Auto-Reply {{ end }} {{ end }} {{ 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. Origin IP Address Save Origin IP {{ end }} Actions Approve Report Rejection Notes Reject Report Send Email to User Subject Message Send Email {{ if .AuditLog }} Audit Log {{ range .AuditLog }} {{ .CreatedAt.Format "Jan 2, 2006 3:04 PM" }} {{ .Action }} {{ if .Details }}{{ .Details }}{{ end }} {{ end }} {{ end }} Back to Queue {{ end }}
{{ .Report.Status }}
{{ . }}
Evidence links may lead to disturbing content. Exercise caution when reviewing.
{{ .SHA256 }}
No evidence provided.
From {{ .FromAddress }} on {{ .CreatedAt.Format "Jan 2, 2006 3:04 PM" }}
{{ .Body }}
This report is awaiting the origin IP from Cloudflare. Enter it below when received.