{{ template "_scrollspy_layout" .model }}
{{ template "_header_with_toggle" .model }}
{{ range $_, $l := .model.AvailableLetters }} {{ if eq $l (Upper $.model.Search) }} {{ $l }} {{ else }} {{ $l }} {{ end }} {{ end }}
{{ range $_, $id := $.model.Sorted }} {{ $a := index $.model.Agents $id }}
{{ template "_akteur" $a }}
{{ end }}