mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
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 -%}
|