{{template "header.html" . }}
{{if .CurrentUser.Perms.ViewAdminLogs}}{{end}} {{if .CurrentUser.Perms.ViewAdminLogs}}{{end}}
{{template "panel-inner-menu.html" . }}
{{range .Logs}}
{{.Action}}
{{.IPAddress}}
{{.DoneAt}}
{{end}}
{{template "footer.html" . }}