{{ define "plugin_list" }} {{ if .Plugins }}
{{ range .Plugins }}

{{ .Name }}

v{{ .Version }} by {{ .DeveloperID }}

{{ if eq .TrustTier "verified" }} ✓ {{ T "plugins.tier.verified" }} {{ else if eq .TrustTier "approved" }} {{ T "plugins.tier.approved" }} {{ else }} {{ T "plugins.tier.community" }} {{ end }}

{{ .Description }}

{{ T "plugins.type_label" }} {{ .CanonicalType }} {{ .DeviceArch }}
{{ end }}
{{ else }}

{{ T "plugins.none_found" }}

{{ T "plugins.none_found_hint" }}

{{ end }} {{ end }}