5 lines
248 B
HTML
5 lines
248 B
HTML
|
{% 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 %}
|