{{if ShowFooterPoweredBy}}
Forgejo
{{end}}
{{if (or .ShowFooterVersion .PageIsAdmin)}}
{{if .IsAdmin}}
{{AppVerNoMetadata}}
{{else}}
{{AppVerNoMetadata}}
{{end}}
{{end}}
{{if and .TemplateLoadTimes ShowFooterTemplateLoadTime}}
{{ctx.Locale.Tr "page"}}:
{{LoadTimes .PageStartTime}}
{{ctx.Locale.Tr "template"}}{{if .TemplateName}} {{.TemplateName}}{{end}}:
{{call .TemplateLoadTimes}}
{{end}}