{{ define "header" }} {{ template "header-navbar" . }} {{ end }} {{ define "content" }}
{{ template "navbar" . }}

{{ .Get "Estonian Euro Coin Designs" }}

{{ .Get `Estonian €1 coin` }}

{{ .Get "The Estonian euro coins feature the same design across all eight denominations. The country’s outline is prominently displayed above the country’s name in Estonian (‘{EstonianStart:r}EESTI{EstonianEnd:E}’)." (map "EstonianStart" `` "EstonianEnd" "em,span") }}

{{ .Get "The design of the Estonian euro coins was chosen as part of a {Link:L}Eurovision{-:E}-style public televote where it competed and won against 9 other designs." (map "Link" (.Printer.Wikipedia "Eurovision Song Contest")) }}

{{ .Get "In June 2004 a public design competition was announced with a deadline for the 19th of October. A total of 134 designs were submitted by the deadline and of these submissions, 10 were picked by a jury to partake in the public vote over the course of one week. In total, 45,453 people voted and the current design won with a total of 12,482 votes (27.46%)." }}

{{ .Get "The winner of the contest was awarded 50,000 KR (€3,196) while the other finalists were each awarded 20,000 KR (€1,278)." }}

{{ $args := map "Break" "
" }} {{ $tag := printf `td data-label="%s"` (.Get "Name") }} {{ $attr := printf `data-label="%s"` (.Get "Translation") }} {{/* TRANSLATORS: Name of a coin design. Don’t translate unless you use a non-latin script */}} {{ withTranslation $tag "et" "Hara 2" (.Get "Hara 2") $attr }} {{ withTranslation $tag "et" "Järjepidevus" (.Get "Consistency") $attr }} {{ withTranslation $tag "la" "In corpore" (.Get "In the Body") $attr }} {{/* TRANSLATORS: Name of a coin design. Don’t translate unless you use a non-latin script */}} {{ withTranslation $tag "et" "Tomson 5791" (.Get "Tomson 5791") $attr }} {{/* TRANSLATORS: Estonian Translators: ‘Estonian’ as in the language, not the nationality */}} {{ withTranslation $tag "et" "Eesti keel" (.GetC "Estonian" "Coin Design") $attr }} {{ withTranslation $tag "et" "Linnutee" (.Get "Bird Road") $attr }} {{ withTranslation $tag "et" "Leopardid-2" (.Get "Leopards-2") $attr }} {{/* TRANSLATORS: Name of a coin design. Don’t translate unless you use a non-latin script */}} {{ withTranslation $tag "et" "Nova" (.Get "Nova") $attr }} {{ withTranslation $tag "et" "Lill rukkis" (.Get "A Flower in the Rye") $attr }}
{{ .Get "Position" }} {{ .Get "Name" }}
{{ .Get "Translation" }}
{{ .Get "Author(s)" }} {{ .Get "Votes" }} {{ .Get "Votes (%)" }}
1{{ .Get "Lembit Lõhmus" }} {{ .Printer.Itoa 12482 }} {{ .Printer.Ftop 27.46 }}
2{{ .Get "Tiit Jürna" }} {{ .Printer.Itoa 7477 }} {{ .Printer.Ftop 16.45 }}
3{{ .Get "Jaan Meristo" }} {{ .Printer.Itoa 7284 }} {{ .Printer.Ftop 16.03 }}
4{{ .Get "Taavi Torim" }} {{ .Printer.Itoa 6219 }} {{ .Printer.Ftop 13.68 }}
5{{ .Get "Jaak Peep, Villem Valme" }} {{ .Printer.Itoa 5997 }} {{ .Printer.Ftop 13.19 }}
6 261948 {{ .Get "Mai Järmut, Villu Järmut" }} {{ .Printer.Itoa 3036 }} {{ .Printer.Ftop 6.68 }}
7{{ .Get "Tiit Jürna" }} {{ .Printer.Itoa 1323 }} {{ .Printer.Ftop 2.91 }}
8{{ .Get "Jaarno Ester" }} {{ .Printer.Itoa 759 }} {{ .Printer.Ftop 1.67 }}
9{{ .Get "Rene Haljasmäe" }} {{ .Printer.Itoa 498 }} {{ .Printer.Ftop 1.1 }}
10{{ .Get "Margus Kadarik" }} {{ .Printer.Itoa 378 }} {{ .Printer.Ftop 0.83 }}
{{ .Get "Total" }} {{ .Printer.Itoa 45453 }} {{ .Printer.Ftop 100.0 }}
{{ end }}