{{ define "content" }}
{{ template "navbar" . }}

{{ .T "Euro Coin Mintages" }}

{{ .T "Here you’ll be able to view all the known mintages for all coins. You’ll also be able to filter on country, denomination, etc. If you have any mintage data that’s missing from our site, feel free to contact us." }}


{{ if eq .Code "nl" }}

{{ .T "Additional Notes" }}

{{ end }}
{{ template "coin-type-radio" (tuple .Type "circ" (.T "Circulation Coins")) }} {{ template "coin-type-radio" (tuple .Type "nifc" (.T "NIFC / BU Sets")) }} {{ template "coin-type-radio" (tuple .Type "proof" (.T "Proof Coins")) }}
{{ .T "Standard Issue Coins" }}
{{ with $p := .Printer }} {{ range denoms }} {{ end }} {{ end }} {{ $p := .Printer }} {{ $type := .Type }} {{ range .Mintages.Standard }} {{ range (index .Mintages (strToCtype $type)) }} {{ if eq . -1 }} {{ else if eq . 0 }} {{ else }} {{ end }} {{ end }} {{ end }}
{{ .T "Year" }}{{ $p.Money . false }}
{{- .Year -}} {{- if ne .Mintmark "" -}}  {{ .Mintmark }} {{- end -}} {{ $p.T "Unknown" }}{{ $p.N . }}
{{ if ne (len .Mintages.Commemorative) 0 }}
{{ .T "Commemorative Coins" }}
{{ $p := .Printer }} {{ $type := .Type }} {{ range .Mintages.Commemorative }} {{ with (index .Mintage (strToCtype $type)) }} {{ if eq . -1 }} {{ else if eq . 0 }} {{ else }} {{ end }} {{ end }} {{ end }}
{{ .T "Year" }} {{ .T "Commemorated Issue" }} {{ .T "Mintage" }}
{{- .Year -}} {{- if ne .Mintmark "" -}}  {{ .Mintmark }} {{- end -}} {{ .Name }}{{ $p.T "Unknown" }}{{ $p.N . }}
{{ end }}
{{ end }} {{ define "coin-type-radio" }} {{ end }}