{{ define "docs-help-collection" }} {{ template "docs-header" . }} {{ template "docs-breadcrumb" (map "L" .L "Data" .Data "Current" .Data.Collection.Name) }}
{{ with LucideIcon .Data.Collection.Icon }}{{ . }}{{ else }}{{ LucideIcon "folder" }}{{ end }}

{{ .Data.Collection.Name }}

{{ if .Data.Collection.Description }}

{{ .Data.Collection.Description }}

{{ end }}
{{ if .Data.Collection.Articles }} {{ template "docs-article-rows" (map "Articles" .Data.Collection.Articles "Base" .Data.HelpCenter.BasePath) }} {{ end }} {{ range .Data.Collection.Children }}

{{ with LucideIcon .Icon }}{{ . }}{{ else }}{{ LucideIcon "folder" }}{{ end }}{{ .Name }}

{{ if .Description }}

{{ .Description }}

{{ end }} {{ if .Articles }}{{ template "docs-article-rows" (map "Articles" .Articles "Base" $.Data.HelpCenter.BasePath) }}{{ end }} {{ if .Children }} {{ end }}
{{ end }} {{ if and (not .Data.Collection.Articles) (not .Data.Collection.Children) }}

{{ .L.T "helpCenter.noArticles" }}

{{ end }} {{ template "docs-footer" . }} {{ end }}