{{ define "title" }} {{ string .Blog.Lang "webmentions" }} - {{ .Blog.Title }} {{ end }} {{ define "main" }}

{{ string .Blog.Lang "webmentions" }}

{{ string .Blog.Lang "verified" }}

{{ $blog := .Blog }} {{ range $i, $mention := .Data.Verified }}

From: {{ $mention.Source }}
To: {{ $mention.Target }}
Created: {{ unixtodate $mention.Created }}

{{ end }}

{{ string .Blog.Lang "approved" }}

{{ range $i, $mention := .Data.Approved }}

From: {{ $mention.Source }}
To: {{ $mention.Target }}
Created: {{ unixtodate $mention.Created }}

{{ end }}
{{ end }} {{ define "webmentionadmin" }} {{ template "base" . }} {{ end }}