{{define "admin_storage"}}{{template "layout" .}}{{end}} {{define "content"}}
{{template "admin_nav" .}}

{{t .Locale "admin.storage"}}

{{t .Locale "admin.storage"}}

{{if .Flash}}

{{t .Locale .Flash}}

{{end}}
{{webbytes .Stats.DatabaseBytes}}{{t .Locale "admin.databaseBytes"}}
{{webbytes .Stats.BlobBytes}}{{.Stats.Blobs}} {{t .Locale "admin.blobBytes"}}
{{.Stats.Operations}}{{t .Locale "admin.operations"}}
{{t .Locale "admin.blobReferences"}}
{{.Stats.BlobReferences}}
{{t .Locale "admin.orphanBlobs"}}
{{.Stats.OrphanBlobs}}
{{t .Locale "admin.tempUploads"}}
{{.Stats.TempUploads}}
{{t .Locale "admin.expiredSessions"}}
{{.Stats.ExpiredSessions}}
{{t .Locale "admin.expiredTokens"}}
{{.Stats.ExpiredTokens}}
{{t .Locale "admin.lastCleanup"}}
{{webtime .Locale .Stats.LastCleanupAt}}

{{t .Locale "admin.retentionNote"}}

{{end}}