{{template "base" .}} {{define "title"}}Event Log - {{.Webhook.Name}} - Webhooker{{end}} {{define "content"}}
{{.Body}}
{{if .BodyTruncated}}
Body truncated for display: showing {{.BodyShownBytes}} of {{.BodyBytes}} bytes. The stored body is unchanged — download the full body.
{{end}} {{if .Deliveries}}{{.AttemptsOmitted}} attempt{{if ne .AttemptsOmitted 1}}s{{end}} omitted between the first and last shown.
{{end}} {{range .Results}}Error: {{.Error}}
{{end}} {{if .ResponseBody}}{{.ResponseBody}}
{{end}}
{{if .ResponseTruncated}}
{{if .ResponseSizeKnown}}
Response truncated for display: showing {{.ResponseShownBytes}} of {{.ResponseBytes}} bytes.
{{else}}Showing {{.ResponseShownBytes}} of the {{.ResponseBytes}} recorded bytes. The response reached the recording limit, so the remote may have sent more that was never stored.
{{end}} {{end}}No attempts recorded yet.
{{end}}