refactor: add new line ragardless of postal code

(cherry picked from commit 746adfd057)
This commit is contained in:
Sanket322
2025-02-20 11:33:53 +05:30
committed by Mergify
parent 399ed331e3
commit 7cde990d69

View File

@@ -1,4 +1,4 @@
{{ address_line1 }}<br>
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
{{ city }}, {% if state %}{{ state }}{% endif -%}{% if pincode %} {{ pincode }}<br>{% endif -%}
{{ city }}, {% if state %}{{ state }}{% endif -%}{% if pincode %} {{ pincode }}{% endif -%}<br>
{% if country != "United States" %}{{ country }}{% endif -%}