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

{{ string .Blog.Lang "notifications" }}

{{ range $i, $notification := .Data.Notifications }}

ID: {{ $notification.ID }}
Time: {{ unixtodate $notification.Time }}
Text: {{ $notification.Text }}

{{ end }} {{ if .Data.HasPrev }}

{{ string .Blog.Lang "prev" }}

{{ end }} {{ if .Data.HasNext }}

{{ string .Blog.Lang "next" }}

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