{{if ShowFooterPoweredBy}} {{ctx.Locale.Tr "powered_by" "Gitea"}} {{end}} {{if (or .ShowFooterVersion .PageIsAdmin)}} {{ctx.Locale.Tr "version"}}: {{if .IsAdmin}} {{AppVer}} {{else}} {{AppVer}} {{end}} {{end}} {{if and .TemplateLoadTimes ShowFooterTemplateLoadTime}} {{ctx.Locale.Tr "page"}}: {{LoadTimes .PageStartTime}} {{ctx.Locale.Tr "template"}}{{if .TemplateName}} {{.TemplateName}}{{end}}: {{call .TemplateLoadTimes}} {{end}}
{{svg "octicon-globe" 14}} {{ctx.Locale.LangName}}
{{range .AllLangs -}} {{.Name}} {{end -}}
{{ctx.Locale.Tr "licenses"}} {{if .EnableSwagger}}API{{end}} {{template "custom/extra_links_footer" .}}