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 6ab7d98681
commit 1630979f05

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 -%}