{{ $r := index . 0 }} {{ $entries := index . 1 }} {{ $relations := index . 2 }} {{ $showidseries := index . 3 }} {{ $markar := index . 4 }} {{ $bds := index $relations $r.Id }}
{{ if $r.References }}
{{ $r.References }}
{{ end }} {{ if $showidseries }} {{ range $_, $rel := $bds }}
Almanach-Nr. {{ (index $entries $rel.Entry).MusenalmID }}
{{ end }} {{ end }}
{{ $r.Title }} {{ if $r.Annotation }}  ·  {{ Safe $r.Annotation }} {{ end }}
{{ template "_reiherelations" (Arr $r $bds $entries false) }}