Almanach-Nummer
{{ $model.result.Entry.MusenalmID }}
{{- if $model.request.user -}}
{{ template "_status_display" (Arr $model.result.Entry "almanach") }}
{{- end -}}
{{- if $model.result.Entry.PreferredTitle -}}
Kurztitel
{{ $model.result.Entry.PreferredTitle }}
{{- end -}}
{{- if $model.result.Entry.TitleStmt -}}
Titel
{{ $model.result.Entry.TitleStmt }}
{{- end -}}
{{- if $model.result.Entry.ParallelTitle -}}
Paralleltitel
{{ $model.result.Entry.ParallelTitle }}
{{- end -}}
{{- if $model.result.Entry.SubtitleStmt -}}
Untertitel
{{ $model.result.Entry.SubtitleStmt }}
{{- end -}}
{{- if $model.result.Entry.VariantTitle -}}
Titelvarianten
{{ $model.result.Entry.VariantTitle }}
{{- end -}}
{{- if $model.result.Entry.IncipitStmt -}}
Incipit
{{ $model.result.Entry.IncipitStmt }}
{{- end -}}
{{- if $model.result.Entry.ResponsibilityStmt -}}
Herausgeberangabe
{{ $model.result.Entry.ResponsibilityStmt }}
{{- end -}}
{{- if $model.result.Entry.PublicationStmt -}}
Publikationsangabe
{{ $model.result.Entry.PublicationStmt }}
{{- end -}}
{{- if $model.result.Entry.PlaceStmt -}}
Ortsangabe
{{ $model.result.Entry.PlaceStmt }}
{{- end -}}
{{- if $model.result.Entry.Edition -}}
Ausgabebezeichnung
{{ $model.result.Entry.Edition }}
{{- end -}}
{{- if $model.result.Entry.Extent -}}
{{- end -}}
{{- if $model.result.Entry.Language -}}
Sprache
{{- range $i, $lang := $model.result.Entry.Language -}}
{{- if $i }}, {{ end -}}
{{- $name := LanguageNameGerman $lang -}}
{{- if $name -}}
{{ $name }}
{{- else -}}
{{ $lang }}
{{- end -}}
{{- end -}}
{{- end -}}
{{- if $model.result.Entry.References -}}
Nachweise
{{- $model.result.Entry.References -}}
{{- end -}}
{{- if $model.result.Series -}}
Reihen
{{- range $i, $s := $model.result.Series -}}
{{- $rel := index $model.result.EntriesSeries $s.Id -}}
{{- if $rel -}}
{{- if not (eq $rel.Type "Bevorzugter Reihentitel") -}}
{{- if eq $rel.Type "Früherer Reihentitel" -}}
hat Titelauflage s.a.
{{- else if eq $rel.Type "Späterer Reihentitel" -}}
ist Titelauflage von, s.a.
{{- else if eq $rel.Type "In anderer Sprache" -}}
{{- if $isFra -}}
In deutscher Sprache s.a.
{{- else -}}
In französischer Sprache s.a.
{{- end -}}
{{- else if eq $rel.Type "Alternatives Titelblatt" -}}
alternatives Titelblatt, s.a.
{{- end -}}
{{- end -}}
{{- end -}}
{{ $s.Title }}
{{- end -}}
{{- end -}}
{{- if $model.result.Places -}}
Orte
{{- range $i, $p := $model.result.Places -}}
{{- end -}}
{{- end -}}
{{- if $model.result.EntriesAgents -}}
Personen
{{- range $i, $r := $model.result.EntriesAgents -}}
{{- $a := index $model.result.Agents $r.Agent -}}
{{- if $a -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- if $model.result.Entry.Annotation -}}
Anmerkungen
{{- Safe (ReplaceSlashParen $model.result.Entry.Annotation) -}}
{{- end -}}