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

Report: {{ .Report.Domain }}

{{ .Report.Status }}

URLs

Violation

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

Evidence

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

No evidence provided.

{{ end }}
{{ if .Snapshots }}

URL Text Snapshots

{{ range .Snapshots }}
{{ .URL }}{{ if .Error }} (error){{ end }} {{ if .Error }}

{{ .Error }}

{{ else }}
{{ .TextContent }}
{{ end }}
{{ end }}
{{ end }} {{ if .Timeline }}

Status Timeline

    {{ range .Timeline }}
  1. {{ .Action }} {{ if .Details }}{{ .Details }}{{ end }}
  2. {{ end }}
{{ end }} {{ if .Emails }}

Outgoing Emails

{{ range .Emails }} {{ if .Replies }} {{ end }} {{ end }}
Recipient Type Status Sent
{{ .Recipient }} ({{ .RecipientOrg }}) {{ .EmailType }} {{ .Status }} {{ if .SentAt }} {{ else }} -- {{ end }}
{{ end }}
Back to Reports
{{ end }}