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

Files

Upload a file

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