{{ $model := . }} {{- $includeReferences := true -}} {{- $includeAnnotations := true -}} {{- $includeTitle := true -}} {{- if eq $model.type "reihen" -}} {{- if $model.options -}} {{- $includeReferences = not (and $model.q (not (index $model.options "references"))) -}} {{- $includeAnnotations = not (and $model.q (not (index $model.options "annotations"))) -}} {{- $includeTitle = not (and $model.q (not (index $model.options "title"))) -}} {{- end -}} {{- end -}}
{{- if eq $model.type "reihen" -}} {{- if not $model.extended -}}
{{ template "searchboxsimple" Arr . false }}
{{ template "infotextsimple" false }}
{{- else -}} Extended search Reihen {{- end -}} {{- else if eq $model.type "personen" -}} {{- if not $model.extended -}}
{{ template "searchboxsimple" Arr . false }}
{{ template "infotextsimple" false }}
{{- else -}} Extended search Personen {{- end -}} {{- else if eq $model.type "baende" -}} {{- if not $model.extended -}}
{{ template "searchboxsimple" Arr . true }}
{{ template "infotextsimple" true }}
{{- else -}} Extended search Bände {{- end -}} {{- else if eq $model.type "beitraege" -}} {{- if not $model.extended -}}
{{ template "searchboxsimple" Arr . true }}
{{ template "infotextsimple" true }}
{{- else -}} Extended search Beiträge {{- end -}} {{- end -}}