Alm {{ $entry.MusenalmID }}
{{- if $entry.References -}}
{{ $entry.References }}
{{- end -}}
Ansehen
{{- if (IsAdminOrEditor $model.request.user) -}}
Bearbeiten
{{- end -}}
{{- if $entry.PreferredTitle -}}
{{ $entry.PreferredTitle }}
{{- else if ne $entry.Year 0 -}}
{{ $entry.Year }}
{{- else -}}
[o.J.]
{{- end -}}
{{- if eq $entry.EditState "Unknown" -}}
Gesucht
{{- else if eq $entry.EditState "ToDo" -}}
Zu erledigen
{{- else if eq $entry.EditState "Review" -}}
Überprüfen
{{- else if eq $entry.EditState "Seen" -}}
Autopsiert
{{- else if eq $entry.EditState "Edited" -}}
Vollständig Erfasst
{{- else -}}
{{ $entry.EditState }}
{{- end -}}
{{- if $entry.TitleStmt -}}
{{ $entry.TitleStmt }}
{{- end -}}
{{- if or $entry.SubtitleStmt $entry.VariantTitle $entry.ParallelTitle $entry.IncipitStmt -}}
{{- if $entry.SubtitleStmt -}}
Untertitel: {{ $entry.SubtitleStmt }}
{{- end -}}
{{- if $entry.VariantTitle -}}
Varianten: {{ $entry.VariantTitle }}
{{- end -}}
{{- if $entry.ParallelTitle -}}
Parallel: {{ $entry.ParallelTitle }}
{{- end -}}
{{- if $entry.IncipitStmt -}}
Incipit: {{ $entry.IncipitStmt }}
{{- end -}}
{{- end -}}
{{- if or $entry.ResponsibilityStmt $entry.PublicationStmt $entry.PlaceStmt -}}
{{- if and $entry.ResponsibilityStmt (not (eq $entry.ResponsibilityStmt "unbezeichnet")) -}}
Herausgaberangabe
{{ $entry.ResponsibilityStmt }}
{{- end -}}
{{- if $entry.PublicationStmt -}}
Publikationsangabe
{{ $entry.PublicationStmt }}
{{- end -}}
{{- if $entry.PlaceStmt -}}
Ortsangabe
{{ $entry.PlaceStmt }}
{{- end -}}
{{- end -}}
{{- if ne $entry.Year 0 -}}
{{ $entry.Year }}
{{- end -}}
{{- if $entry.Language -}}
{{- range $i, $lang := $entry.Language -}}
{{- if $i }}, {{ end -}}{{ LanguageNameGerman $lang }}
{{- end -}}
{{- end -}}
{{- if or $entry.Extent $entry.Dimensions -}}
{{- if $entry.Extent -}}
Struktur{{ $entry.Extent }}
{{- end -}}
{{- if $entry.Dimensions -}}
Maße: {{ $entry.Dimensions }}
{{- end -}}
{{- end -}}
{{- $items := index $model.result.Items $entry.Id -}}
{{- if $items -}}
{{- range $_, $item := $items -}}
{{- if $item.Identifier -}}
{{ $item.Identifier }}
{{- end -}}
{{- if $item.Media -}}
{{- range $i, $media := $item.Media -}}{{- if $i }}, {{ end -}}{{ $media }}{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{ if $model.current_count }}{{ $model.current_count }} / {{ end }}{{ if $model.total_count }}{{ $model.total_count }}{{ else }}{{ len $model.result.Entries }}{{ end }} Bände