{{ $model := . }} {{ $agent := $model.result.Agent }}
Person

{{- if $model.is_new -}} Neue Person anlegen {{- else -}} {{- $agent.Name -}} {{- end -}}

{{- if not $model.is_new -}} {{- end -}}
{{- if not $model.is_new -}}
Navigation
{{- if $model.result.Prev -}}
{{ $model.result.Prev.Name }}
{{- else -}} {{- end -}} A - Z {{- if $model.result.Next -}}
{{ $model.result.Next.Name }}
{{- else -}} {{- end -}}
Datenbank-ID
{{ $agent.Id }}
Zuletzt bearbeitet
{{ GermanDate $agent.Updated }}, {{ GermanTime $agent.Updated }}h
{{- if $model.result.User -}}{{ $model.result.User.Name }}{{- end -}}
{{- end -}}
{{/* usermessage moved into action bar */}}
{{ help "agents" "name" }}
{{ help "agents" "pseudonyms" }}
{{ help "agents" "biographical_data" }}
{{ help "agents" "profession" }}
{{ help "agents" "uri" }}
{{ help "agents" "refs" }}
{{ template "_annotation_field" (Arr $agent.Annotation "Annotation") }}
{{ template "_status_edit" (Arr $agent "status" "status" "agents") }}
{{ template "_linked_items" (Arr $model.result.Entries $model.result.Contents $model.result.EntryTypes $model.result.ContentTypes $model.result.ContentEntries) }}

{{- if $model.error -}} {{ $model.error }} {{- else if $model.success -}} {{ $model.success }} {{- end -}}

Abbrechen {{- if not $model.is_new -}} {{- end -}} {{- if not $model.is_new -}} {{- end -}} {{- if $model.is_new -}} {{- end -}}
{{- if not $model.is_new -}}
Person löschen?
{{ $agent.Name }}

Die Person wird dauerhaft gelöscht. Verknüpfungen zu Bänden und Beiträgen werden entfernt.

{{- end -}}