b2eb4ee0f9
Change <br> position for better format
5 lines
304 B
HTML
5 lines
304 B
HTML
{{ country }}<br>{% if pincode %}{{ pincode }}<br>{% endif -%}{{ county }}{{ city }}{{ address_line1 }}{% if address_line2 %}{{ address_line2 }}{% endif -%}
|
|
{% if phone %}<br>Phone: {{ phone }}{% endif -%}
|
|
{% if fax %}<br>Fax: {{ fax }}{% endif -%}
|
|
{% if email_id %}<br>Email: {{ email_id }}{% endif -%}
|