feat: address template for luxembourg
This commit is contained in:
parent
c5e139a542
commit
9aa3e7a37d
@ -0,0 +1,4 @@
|
||||
{% if address_line1 %}{{ address_line1 }}<br>{% endif -%}
|
||||
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
||||
{% if pincode %}L-{{ pincode }}{% endif -%}{% if city %} {{ city }}{% endif %}<br>
|
||||
{% if country %}{{ country | upper }}{% endif %}
|
Loading…
x
Reference in New Issue
Block a user