2017-06-22 16:37:04 +05:30
|
|
|
{{ address_line1 }}<br>{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}{{ city }}<br>
|
2019-10-10 18:50:39 +05:30
|
|
|
{% if gst_state %}{{ gst_state }}{% endif -%}
|
|
|
|
{% if gst_state_number %}, State Code: {{ gst_state_number }}<br>{% endif -%}
|
2020-06-17 10:53:13 +05:30
|
|
|
{% if pincode %}Postal Code: {{ pincode }}<br>{% endif -%}
|
2017-06-22 16:37:04 +05:30
|
|
|
{{ country }}<br>
|
|
|
|
{% if phone %}Phone: {{ phone }}<br>{% endif -%}
|
|
|
|
{% if fax %}Fax: {{ fax }}<br>{% endif -%}
|
2017-07-05 12:58:19 +05:30
|
|
|
{% if email_id %}Email: {{ email_id }}<br>{% endif -%}
|
2020-04-08 05:26:57 +02:00
|
|
|
{% if gstin %}GSTIN: {{ gstin }}<br>{% endif -%}
|