From 62df5a38c564bfe997c468d40e6d4d0988f348f3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 01:43:26 +0200 Subject: Try to avoid placeholders when possible --- src/templates/collecting-crh.html.tmpl | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/templates/collecting-crh.html.tmpl b/src/templates/collecting-crh.html.tmpl index 9e34a4d..bf2736d 100644 --- a/src/templates/collecting-crh.html.tmpl +++ b/src/templates/collecting-crh.html.tmpl @@ -313,6 +313,12 @@ {{ $p.Get "Coin bags are available without fees for everyone. Smaller denominations are often not given out, and the coin bags you recieve are very large (there are reports of €1 bags containing 250 coins)." }}

+ {{ else if eq .Code "hr" }} + +

+ {{ $p.Get "We currently have no information regarding coin roll hunting in Croatia." }} +

+ {{ else if eq .Code "ie" }}

@@ -388,6 +394,12 @@ {{ $p.Get "In general coin rolls are sold with for fee of €0.60 per roll, but we’re lacking a lot of information." }}

+ {{ else if eq .Code "mc" }} + +

+ {{ $p.Get "We currently have no information regarding coin roll hunting in Monaco." }} +

+ {{ else if eq .Code "mt" }} {{ withTranslations "h3" @@ -499,18 +511,18 @@ {{ $p.Get "You can get an unlimited number of rolls for a €5 fee. You must be a customer of the bank." }}

- {{ else if eq .Code "va" }} + {{ else if eq .Code "sm" }}

- {{ $p.Get "Ask the Pope nicely and he’ll probably give you some Vatican coins for free." }} + {{ $p.Get "We currently have no information regarding coin roll hunting in San Marino." }}

- {{ else }} + {{ else if eq .Code "va" }}

- {{ $p.Get "We currently have no information regarding coin roll hunting in {Country}." - (map "Country" .Name) }} + {{ $p.Get "Ask the Pope nicely and he’ll probably give you some Vatican coins for free." }}

+ {{ end }} {{ end }} -- cgit v1.2.3