{{ $apiVersion := .Plugin.Manifest.Plugin.Server.ApiVersion.Require }}

Plugin/{{ .Plugin.Name }}

{{ range $key, $wfe := .Plugin.Manifest.Plugin.Webfrontend }} {{ if or (eq $key "url") (eq $key "css") (eq $key "l10n") }} {{ end }} {{ end }}
ID{{ .Plugin.ID }}
Type{{ .Plugin.Type }}
Name{{ .Plugin.Name }}
Enabled
AutoAdded
Base URL Prefix{{ .Plugin.BaseUrlPrefix }}
Base URL{{ .PluginBaseURL }}
Plugin URL{{ .PluginURL }}
Version{{ .Plugin.Manifest.Plugin.Version }}
API Version{{ if $apiVersion }}{{ $apiVersion }}{{ else }}-{{ end }}
Webfrontend {{ $key }} {{ $wfe }}
Custom Events {{ template "jsontree" Marshal .Plugin.Manifest.CustomEvents }} {{ if .Plugin.Manifest.CustomEvents }} {{ template "jsontree" Marshal .Plugin.Manifest.CustomEvents }} {{ else }} - {{ end }}