{{ $options := site.Params.organizations.index.options }}
{{ if not .Paginator.Pages }} {{ $is_term := eq .Kind "term" }}

{{ i18n (cond $is_term "categories.no_organization" "organizations.none") }}

{{ end }} {{ range .Paginator.Pages }} {{ partial "organizations/list/item/organization.html" (dict "organization" . "options" $options "heading_level" 2 ) }} {{ end }}