feat: danish_bosnian_address_template (#54093)

This commit is contained in:
mahsem
2026-04-24 14:54:37 +02:00
committed by GitHub
parent c3931d4e29
commit e517eeaaa2
2 changed files with 8 additions and 0 deletions

View File

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

View File

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