5 lines
245 B
HTML
5 lines
245 B
HTML
|
{{ address_line1 }}<br>
|
||
|
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
||
|
{{ city }}, {% if state %}{{ state }}{% endif -%}{% if pincode %} {{ pincode }}<br>{% endif -%}
|
||
|
{% if country != "United States" %}{{ country|upper }}{% endif -%}
|