{{define "title"}}{{end}} {{define "body"}}

{{block "media title" .}}Media of {{.HyphaName | beautifulLink }}{{end}}

{{if .IsMediaHypha}} {{block "tip" .}}You can manage the hypha's media on this page.{{end}} {{else}} {{block "empty" .}}This hypha has no media, you can upload it here.{{end}} {{end}} {{block "what is media?" .}}What is media?{{end}}

{{if .IsMediaHypha}}
{{block "stat" .}}Stat{{end}}

{{block "stat size" .}}File size:{{end}} {{.FileSize}}

{{block "stat mime" .}}MIME type:{{end}} {{.MimeType}}

{{end}} {{if .U.CanProceed "upload-binary" }} {{end}} {{if .IsMediaHypha | and (.U.CanProceed "remove-media")}} {{end}}
{{end}}