Rushabh Mehta | 919a74a | 2017-06-22 16:37:04 +0530 | [diff] [blame] | 1 | {{ address_line1 }}<br>{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}{{ city }}<br> |
2 | {% if state %}{{ state }}<br>{% endif -%} | ||||
3 | {% if pincode %}{{ pincode }}<br>{% endif -%} | ||||
4 | {{ country }}<br> | ||||
5 | {% if gstin %}GSTIN: {{ gstin }}<br>{% endif -%} | ||||
6 | {% if phone %}Phone: {{ phone }}<br>{% endif -%} | ||||
7 | {% if fax %}Fax: {{ fax }}<br>{% endif -%} | ||||
8 | {% if email_id %}Email: {{ email_id }}<br>{% endif -%} |