{{- /* Places overview page body */ -}}
{{- /* Main content - Places list */ -}}
{{- /* Places list */ -}} {{ if .model.Places }}
{{ range $placeID := .model.Sorted }} {{ $place := index $.model.Places $placeID }} {{ $pieceCount := index $.model.PlacePieceCounts $placeID }} {{ $geonames := GetGeonames $place.Geo }} {{ $mainPlaceName := "" }} {{ if $place.Names }} {{ $mainPlaceName = index $place.Names 0 }} {{ else }} {{ $mainPlaceName = $place.ID }} {{ end }} {{ $modernName := GetModernPlaceName $place.Geo $mainPlaceName }}

{{ if $place.Names }} {{ index $place.Names 0 }} {{ else }} {{ $place.ID }} {{ end }}

{{ if ne $geonames nil }} {{ $fullInfo := GetFullPlaceInfo $place.Geo $mainPlaceName }} {{ if ne $fullInfo "" }}

{{ $fullInfo }}

{{ end }} {{ else if $place.Geo }}

Geonames verfügbar

{{ end }}
{{ if ne $geonames nil }} {{ if ne $geonames.WikipediaURL "" }} Wikipedia {{ end }} {{ if and (ne $geonames.Lat "") (ne $geonames.Lng "") }} {{ end }} {{ end }} {{ if $place.Geo }} {{ end }} {{ $pieceCount }}
{{ end }}
{{ else }}

Keine Orte gefunden

Es wurden keine Orte in der Datenbank gefunden.

{{ end }}
{{- /* Sidebar */ -}}
{{- /* Top Section - Title, Description, Search */ -}}

Orte

Verzeichnis aller in der Zeitung erwähnten Orte und Lokalitäten

{{- /* Search Filter */ -}}
{{- /* Bottom Section - Map */ -}}