{{define "admin/sites"}} {{template "admin/head" .}} {{template "admin/navigation" .}}
{{template "skel/flash" .}}

Site management

Add a site

{{range .sites}} {{end}}
Published on Title Link Section Author Last modified Actions
{{.Published | BoolToIcon}} {{.PublishedOn | FormatNilDate}} {{.Title}} {{.Link}} {{.Section}} {{.Author.Username}} {{.LastModified | FormatDateTime}}
{{$.csrfField}}
{{if not .Published}} Publish {{else}} Unpublish {{end}} Edit Remove {{if .Published}} Show {{end}}
{{template "skel/pagination" .}}
{{template "admin/footer" .}} {{end}}