{{template "interwiki map"}}
{{if .CanEdit}}{{template "documentation."}} {{template "edit separately."}}
{{template "authorized map" .}} {{else}} {{template "static map" .}} {{end}}{{define "interwiki map"}}Intermap{{end}} {{define "title"}}{{template "interwiki map"}}{{end}} {{define "name"}}Name:{{end}} {{define "aliases"}}Aliases:{{end}} {{define "aliases (,)"}}Aliases (separated by commas):{{end}} {{define "engine"}}Engine:{{end}} {{define "engine/mycorrhiza"}}Mycorrhiza{{end}} {{define "engine/betula"}}Betula{{end}} {{define "engine/agora"}}Agora{{end}} {{define "engine/generic"}}Generic (any website){{end}} {{define "url"}}URL{{end}} {{define "link href format"}}Link href attribute format string:{{end}} {{define "img src format"}}Image src attribute format string:{{end}} {{define "unset map"}}No interwiki map set.{{end}} {{define "add interwiki entry"}}Add interwiki entry{{end}} {{define "static map"}} {{if len .Entries}}
{{template "unset map"}}
{{end}} {{end}} {{define "authorized map"}} {{if .Error}}{{.Error}}
{{end}} {{if len .Entries}} {{range $i, $wiki := .Entries}} {{end}} {{end}} {{end}} {{define "documentation."}}Documentation.{{end}} {{define "edit separately."}}Edit and save every the entry separately.{{end}} {{define "body"}}{{template "documentation."}} {{template "edit separately."}}
{{template "authorized map" .}} {{else}} {{template "static map" .}} {{end}}