{{ $model := . }}
{{ if $model.a.CorporateBody }}
Verlag, Druckerei oder Vertrieb
{{ else }}
Person
{{ end }}

{{ $model.a.Name }}

{{ $model.a.BiographicalData }} {{- $arr := $model.a.ProfessionArray -}} {{- if $arr -}} {{- range $i, $p := $arr -}}
{{- $p -}}
{{- end -}} {{- end -}}
{{ if .entries }}

Bände nach Reihentiteln

{{ range $id, $r := .series }}
{{ $r.Title }}
{{ if $r.Annotation }}
{{ Safe $r.Annotation }}
{{ end }}
{{- $bds := index $model.relations $r.Id -}} {{ template "reiherelations" (Arr $r $bds $model.entries true $model.relations) }}
{{ end }}
{{ end }} {{ if .contents }}

Inhalte

{{ range $id, $c := .contents }}
{{ $e := index $model.centries $c.Entry }} {{ $e.PreferredTitle }} {{ $c.PreferredTitle }} {{ $c.Numbering }}
{{ end }} {{ end }}