{{define "content"}}

{{.Domain.Name}}

{{template "back_link" (back "/dmarc" "All DMARC reports")}} {{template "back_link" (back (printf "/domains/%d" .Domain.ID) (printf "Back to %s" .Domain.Name))}}

Last {{.WindowDays}} days {{if and (gt .Pass7d 0) (eq .Fail7d 0)}}pass{{else if gt .Fail7d 0}}review{{end}}

{{.PolicyHint}}

Domain DNS and rua=

Totals

{{.Pass7d}} pass · {{.Fail7d}} fail in aggregate summaries.

Reports

{{if .Reports}} {{range .Reports}} {{end}}
ReceivedReporterWindowPassFail
{{.ReceivedLabel}} {{.Reporter}} {{.PeriodLabel}} {{.PassCount}} {{.FailCount}} View
{{else}}

No reports for this domain yet.

{{end}}
{{if .Sources}}

Sources · last {{.WindowDays}} days

{{range .Sources}} {{end}}
SourcePassFailDisposition
{{.SourceIP}}{{if .ThisRelay}} (this relay){{end}} {{.PassCount}} {{.FailCount}} {{.Disposition}}
{{end}} {{end}}