{{ $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 }}
{{- end -}} A - Z {{- if $model.result.Next -}}
{{ $model.result.Next.Name }}
{{- end -}}
Datenbank-ID
{{ $agent.Id }}
Zuletzt bearbeitet
{{ GermanDate $agent.Updated }}, {{ GermanTime $agent.Updated }}h
{{- if $model.result.User -}}{{ $model.result.User.Name }}{{- end -}}
{{- end -}}
{{ template "_usermessage" $model }}
{{ 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) }}

Abbrechen {{- if not $model.is_new -}} Reset {{- 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 -}}