fix: swedish_address_template

(cherry picked from commit 334e8ada30)
This commit is contained in:
mahsem
2026-01-24 23:41:30 +01:00
committed by Mergify
parent b180e3b78c
commit cff09b71cc

View File

@@ -0,0 +1,4 @@
{{ address_line1 }}<br>
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
{{ pincode }} {{ city | upper }}<br>
{{ country | upper }}