brotherton-erpnext/erpnext/regional/address_template/templates/united_states.html

5 lines
239 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 }}{% endif -%}