{{ $model := . }}
{{ template "menu" . }}
{{ template "alphabet" . }}
{{ template "heading" . }}
{{ template "notifier" . }} {{ template "professionselectbox" . }} {{ template "searchbox" . }}
{{ if or .agents .altagents }} {{ if .agents }}
{{ range $count, $agent := .agents }}
{{ $agent.Name }} {{ if not $agent.CorporateBody }} {{ $agent.BiographicalData }} {{ end }} {{ if $agent.Pseudonyms }}

auch: {{ $agent.Pseudonyms }}

{{ end }}
{{- if $agent.CorporateBody -}} Körperschaft {{ else }} {{- $parr := $agent.ProfessionArray -}} {{- if $parr -}} {{- range $i, $p := $parr -}} {{ $p }} {{- end -}} {{- end -}} {{- end -}}
{{- if (index $model.bcount $agent.Id) -}}
{{ index $model.bcount $agent.Id }}
Bände
{{- end -}} {{- if index $model.ccount $agent.Id -}}
{{ index $model.ccount $agent.Id }}
Beiträge
{{- end -}}
{{ $agent.References }}
{{ end }}
{{ end }} {{ else }}

Keine Personen gefunden.

{{ end }} {{ if .search }} {{ end }}