fix: swedish_address_template

This commit is contained in:
mahsem
2026-01-24 23:41:30 +01:00
committed by GitHub
parent 297a2ea259
commit 334e8ada30

View File

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