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

{{ .Get "Location Codes" }}

{{ .Get "Euro banknotes have two codes on them: a printer code and a serial number. The printer code tells you where a given note was printed, while the serial number tells you which country issued the banknote (for the 2002 series) or where the banknote was printed (for the Europa series)." }}

{{ .Get "Printer Codes" }}

{{ .Get "The printer code (not to be confused with the serial number) is a small code printed on banknotes with information about where the banknote was printed. All printer codes have the form ‘X000X0’ — or in other words — a letter followed by 3 numbers, a letter and a final number." }}

{{ .Get "The printer code can be a bit tricky to find. The following dropdown menus will show you where to find the printer code on each note." }}

{{ .Get "2002 Series Printer Codes" }}

{{ .Get "All these images are taken from {Link:L}eurobilltracker.com{-:E}." (map "Link" "https://eurobilltracker.com") }}

{{ template "banknotes/codes/code-pos" (tuple .Printer 5 "2002") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 10 "2002") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 20 "2002") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 50 "2002") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 100 "2002") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 200 "2002") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 500 "2002") }}

{{ .Get "Europa Series Printer Codes" }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 5 "europa") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 10 "europa") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 20 "europa") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 50 "europa") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 100 "europa") }}
{{ template "banknotes/codes/code-pos" (tuple .Printer 200 "europa") }}

{{ .Get "The first letter in the printer code identifies the specific printer at which the banknote was printed. The tables below will tell you which letters correspond to which printers. The final letter and number form a pair (such as ‘A2’ or ‘D6’) — this pair acts as a set of coordinates telling you where on the sheet of paper the banknote was located. During printing, banknotes are printed in a grid on a large sheet of paper which is then cut into individual banknotes. A note with the pair ‘A1’ will have been at the upper-left corner of the printing sheet, with ‘A2’ to its right and ‘B1’ below it." }}

{{ .Get "2002 Series" }}

{{ .Get "In the 2002 series, the first letter of the serial number can be used to identify the country that issued the banknote. The following table shows which countries map to which codes." }}

{{ .GetC "Code" "Header/Label" }} {{ .GetC "Country" "Header/Label" }}
D {{ .GetC "Estonia" "Place Name" }}
E {{ .GetC "Slovakia" "Place Name" }}
F {{ .GetC "Malta" "Place Name" }}
G {{ .GetC "Cyprus" "Place Name" }}
H {{ .GetC "Slovenia" "Place Name" }}
L {{ .GetC "Finland" "Place Name" }}
M {{ .GetC "Portugal" "Place Name" }}
N {{ .GetC "Austria" "Place Name" }}
{{ .GetC "Code" "Header/Label" }} {{ .GetC "Country" "Header/Label" }}
P {{ .GetC "Netherlands" "Place Name" }}
S {{ .GetC "Italy" "Place Name" }}
T {{ .GetC "Ireland" "Place Name" }}
U {{ .GetC "France" "Place Name" }}
V {{ .GetC "Spain" "Place Name" }}
X {{ .GetC "Germany" "Place Name" }}
Y {{ .GetC "Greece" "Place Name" }}
Z {{ .GetC "Belgium" "Place Name" }}
{{ .GetC "Code" "Header/Label" }} {{ .GetC "Country" "Header/Label" }}
D {{ .GetC "Estonia" "Place Name" }}
E {{ .GetC "Slovakia" "Place Name" }}
F {{ .GetC "Malta" "Place Name" }}
G {{ .GetC "Cyprus" "Place Name" }}
H {{ .GetC "Slovenia" "Place Name" }}
L {{ .GetC "Finland" "Place Name" }}
M {{ .GetC "Portugal" "Place Name" }}
N {{ .GetC "Austria" "Place Name" }}
P {{ .GetC "Netherlands" "Place Name" }}
S {{ .GetC "Italy" "Place Name" }}
T {{ .GetC "Ireland" "Place Name" }}
U {{ .GetC "France" "Place Name" }}
V {{ .GetC "Spain" "Place Name" }}
X {{ .GetC "Germany" "Place Name" }}
Y {{ .GetC "Greece" "Place Name" }}
Z {{ .GetC "Belgium" "Place Name" }}

{{ .Get "The first letter of the printer code can be used to identify the specific printer at which the banknote was printed. The printer and country codes do not need to line up; a banknote issued by a country will often be printed in another." }}

{{ withTranslations "td" (.GetC "SETEC" "Company Name" | toString) (tuple "" "SETEC") }} {{ withTranslations "td" (.GetC "Oberthur" "Company Name" | toString) (tuple "" "Oberthur") }} {{ withTranslations "td" (.GetC "Austrian Banknote and Security Printing" "Company Name" | toString) (tuple "de" "Oesterreichische Banknoten- und Sicherheitsdruck") }} {{ withTranslations "td" (.GetC "Royal Joh. Enschedé" "Company Name" | toString) (tuple "nl" "Koninklijke Joh. Enschedé") }} {{ withTranslations "td" (.GetC "De La Rue" "Company Name" | toString) (tuple "" "De La Rue") }} {{ withTranslations "td" (.GetC "Bank of Italy" "Company Name" | toString) (tuple "it" "Banca d’Italia") }} {{ withTranslations "td" (.GetC "Central Bank of Ireland" "Company Name" | toString) (tuple "ga" "Banc Ceannais na hÉireann") (tuple "en" "Central Bank of Ireland") }} {{ withTranslations "td" (.GetC "Bank of France" "Company Name" | toString) (tuple "fr" "Banque du France") }} {{ withTranslations "td" (.GetC "Royal Mint of Spain" "Company Name" | toString) (tuple "es" "Fábrica Nacional de Moneda y Timbre") }} {{ withTranslations "td" (.GetC "Bank of Greece" "Company Name" | toString) (tuple "gr" "Τράπεζα της Ελλάδος") }} {{ withTranslations "td" (.GetC "Giesecke+Devrient" "Company Name" | toString) (tuple "de" "Giesecke+Devrient") }} {{ withTranslations "td" (.GetC "Federal Printing Office" "Company Name" | toString) (tuple "de" "Bundesdruckerei") }} {{ withTranslations "td" (.GetC "National Bank of Belgium" "Company Name" | toString) (tuple "nl" "Nationale Bank van België") (tuple "fr" "Banque nationale de Belgique") (tuple "de" "Belgische Nationalbank") }} {{ withTranslations "td" (.GetC "Valora S.A." "Company Name" | toString) (tuple "" "Valora S.A.") }}
{{ .GetC "Code" "Header/Label" }} {{ .GetC "Country" "Header/Label" }} {{ .GetC "Printer" "Header/Label" }}
{{ .GetC "Local Names" "Header/Label" }}
D {{ .GetC "Finland" "Place Name" }}
E {{ .GetC "France" "Place Name" }}
F {{ .GetC "Austria" "Place Name" }}
G {{ .GetC "Netherlands" "Place Name" }}
H {{ .GetC "United Kingdom" "Place Name" }}
J {{ .GetC "Italy" "Place Name" }}
K {{ .GetC "Ireland" "Place Name" }}
L {{ .GetC "France" "Place Name" }}
M {{ .GetC "Spain" "Place Name" }}
N {{ .GetC "Greece" "Place Name" }}
P {{ .GetC "Germany" "Place Name" }}
R {{ .GetC "Germany" "Place Name" }}
T {{ .GetC "Belgium" "Place Name" }}
U {{ .GetC "Portugal" "Place Name" }}

{{ .Get "Europa Series" }}

{{ .Get "In the Europa series the first letter of the serial number can be used to identify the printer that printed the banknote, just like the printer code. The following table shows which countries map to which codes." }}

{{ withTranslations "td" (.GetC "Oberthur" "Company Name" | toString) (tuple "" "Oberthur") }} {{ withTranslations "td" (.GetC "Oberthur Fiduciaire AD" "Company Name" | toString) (tuple "" "Oberthur Fiduciaire AD") }} {{ withTranslations "td" (.GetC "Valora S.A." "Company Name" | toString) (tuple "" "Valora S.A.") }} {{ withTranslations "td" (.GetC "Austrian Banknote and Security Printing" "Company Name" | toString) (tuple "de" "Oesterreichische Banknoten- und Sicherheitsdruck") }} {{ withTranslations "td" (.GetC "Royal Joh. Enschedé" "Company Name" | toString) (tuple "nl" "Koninklijke Joh. Enschedé") }} {{ withTranslations "td" (.GetC "Federal Printing Office" "Company Name" | toString) (tuple "de" "Bundesdruckerei") }} {{ withTranslations "td" (.GetC "Bank of Italy" "Company Name" | toString) (tuple "it" "Banca d’Italia") }} {{ withTranslations "td" (.GetC "Central Bank of Ireland" "Company Name" | toString) (tuple "ga" "Banc Ceannais na hÉireann") (tuple "en" "Central Bank of Ireland") }} {{ withTranslations "td" (.GetC "Bank of France" "Company Name" | toString) (tuple "fr" "Banque du France") }} {{ withTranslations "td" (.GetC "Royal Mint of Spain" "Company Name" | toString) (tuple "es" "Fábrica Nacional de Moneda y Timbre") }} {{ withTranslations "td" (.GetC "Giesecke+Devrient Leipzig" "Company Name" | toString) (tuple "de" "Giesecke+Devrient Leipzig") }} {{ withTranslations "td" (.GetC "Giesecke+Devrient Munich" "Company Name" | toString) (tuple "de" "Giesecke+Devrient München") }} {{ withTranslations "td" (.GetC "Bank of Greece" "Company Name" | toString) (tuple "gr" "Τράπεζα της Ελλάδος") }} {{ withTranslations "td" (.GetC "National Bank of Belgium" "Company Name" | toString) (tuple "nl" "Nationale Bank van België") (tuple "fr" "Banque nationale de Belgique") (tuple "de" "Belgische Nationalbank") }}
{{ .GetC "Code" "Header/Label" }} {{ .GetC "Country" "Header/Label" }} {{ .GetC "Printer" "Header/Label" }}
{{ .GetC "Local Names" "Header/Label" }}
E {{ .GetC "France" "Place Name" }}
F {{ .GetC "Bulgaria" "Place Name" }}
M {{ .GetC "Portugal" "Place Name" }}
N {{ .GetC "Austria" "Place Name" }}
P {{ .GetC "Netherlands" "Place Name" }}
R {{ .GetC "Germany" "Place Name" }}
S {{ .GetC "Italy" "Place Name" }}
T {{ .GetC "Ireland" "Place Name" }}
U {{ .GetC "France" "Place Name" }}
V {{ .GetC "Spain" "Place Name" }}
W {{ .GetC "Germany" "Place Name" }}
X {{ .GetC "Germany" "Place Name" }}
Y {{ .GetC "Greece" "Place Name" }}
Z {{ .GetC "Belgium" "Place Name" }}
{{ end }} {{ define "banknotes/codes/code-pos" }} {{ $p := (index . 0) }} {{ $d := (index . 1) }} {{ $args := (map "N" $d) }}
{{/* TRANSLATORS: As in ‘5 Euro Banknote’ */}} {{ $p.GetN "{N} Euro" "{N} Euro" $d $args }}
{{
{{ end }}