{{- $author := .Section -}}
{{- $authors := where .Site.RegularPages "Section" $author -}}
{{- $drafts := where .Site.RegularPages "Draft" true -}}
{{- $filteredPages := $authors | intersect $drafts -}}
{{- print (lang.FormatNumberCustom 0 (len $filteredPages)) -}}