You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<pre><code>{{ address_line1 }}< | br> | |
{% if address_line2 %}{{ address_line2 }}< | br> | {% endif -%} |
{{ city }}< | br> | |
{% if state %}{{ state }}< | br> | {% endif -%} |
{% if pincode %} PIN: {{ pincode }}< | br> | {% endif -%} |
{{ country }}< | br> | |
{% if phone %}Phone: {{ phone }}< | br> | {% endif -%} |
{% if fax %}Fax: {{ fax }}< | br> | {% endif -%} |
{% if email_id %}Email: {{ email_id }}< | br> | {% endif -%} |