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

Files

Upload a file

{{range .files}} {{end}}
Last modified Link ContentType Inline Size User Actions
{{.LastModified | FormatDateTime}} {{ApplicationURL}}/file/{{.UniqueName}} {{.ContentType}} {{.Inline | BoolToIcon}} {{.Size | HumanizeFilesize}} {{.Author.Username}} Show file
{{if .Inline}} {{else}} {{end}} {{$.csrfField}}
Remove
{{template "skel/pagination" .}}
{{template "admin/footer" .}} {{end}}