{{template "base"}} {{define "log-forms"}}
Showing logs {{.Showing}}-{{.To}} out of {{.OutOf}}
Search
{{with .PreviousPage}} {{end}} {{with .NextPage}} {{end}}
{{end}} {{template "log-forms" .}} {{if .Logs}} {{range .Logs}}
{{template "user-frame" .User}} {{.Timestamp.Elapsed}} {{.Timestamp}}
{{template "log-comic" .}} {{template "log-chapter" .}} {{template "log-comic-page" wrap2 "ComicPages" "UserInfo" .ComicPages $.UserInfo}} {{template "log-alias" .}} {{template "log-parent" .}} {{template "log-multitags" .}} {{with .Posts}} {{range .}} {{template "thumbnail" (wrap2 "Post" "UserInfo" .Post $.UserInfo)}} {{template "log-duplicates" wrap2 "Duplicates" "UserInfo" .Duplicates $.UserInfo}} {{template "log-tags" .}} {{template "log-description" .}} {{template "log-metadata" .}} {{end}} {{end}} {{range .Alts}}
Assigned alts
{{template "thumbnail-cards" wrap2 "Posts" "UserInfo" .Posts $.UserInfo}}
{{end}}
{{end}} {{template "log-forms" .}} {{else}} SORRY NOTHING {{end}} {{template "baseEnd"}}