{{template "header.html" . }}
{{template "panel-menu.html" . }}

{{lang "panel_logs_administration_head"}}

{{range .Logs}}
{{.Action}} {{if $.CurrentUser.Perms.ViewIPs}}
{{.IPAddress}}{{end}}
{{.DoneAt}}
{{end}}
{{if gt .LastPage 1}} {{template "paginator.html" . }} {{end}}
{{template "footer.html" . }}