{{ $model := . }}

Suche ·  {{- if eq $model.type "reihen" -}} Reihen {{- else if eq $model.type "personen" -}} Personen & Körperschaften {{- else if eq $model.type "baende" -}} Bände {{- else if eq $model.type "beitraege" -}} Beiträge {{- end -}}

{{ template "searchform" $model }}
{{- if $model.q -}}
{{- if eq $model.type "reihen" -}}
{{- if $model.series -}} {{- $includeReferences := index $model.options "references" -}} {{- $includeAnnotations := index $model.options "annotations" -}}
{{- range $id, $r := $model.series -}} {{- template "_reihe" (Arr $r $model.entries $model.relations false $includeAnnotations $includeReferences) -}} {{- end -}}
{{ else }} {{- end -}}
{{- end -}}
{{- end -}}