{{ $model := index . 0 }} {{ $r := index . 1 }} {{ $bds := index $model.relations $r.Id }}
{{ if $r.References }}
{{ $r.References }}
{{ end }} {{ if $model.musenalmid }} {{ range $_, $rel := $bds }}
Almanach-Nr. {{ (index $model.entries $rel.Entry).MusenalmID }}
{{ end }} {{ end }}
{{ $r.Title }} {{ if $r.Annotation }}  ·  {{ Safe $r.Annotation }} {{ end }}
{{ if $bds }} {{ range $_, $rel := $bds }} {{ $bd := index $model.entries $rel.Entry }} {{ if $bd }} {{ if ne $bd.Year 0 }} {{ $bd.Year }} {{ else }} [o.J.] {{ end }}   {{ end }} {{ end }} {{ end }}