Change <br> position
Change <br> position for better format
This commit is contained in:
parent
e164985903
commit
b2eb4ee0f9
@ -1,4 +1,4 @@
|
||||
{{ country }}<br>{% if pincode %}{{ pincode }}<br>{% endif -%}{{ county }}{{ city }}{{ address_line1 }}<br>{% if address_line2 %}{{ address_line2 }}{% endif -%}
|
||||
{% if phone %}Phone: {{ phone }}<br>{% endif -%}
|
||||
{% if fax %}Fax: {{ fax }}<br>{% endif -%}
|
||||
{% if email_id %}Email: {{ email_id }}<br>{% endif -%}
|
||||
{{ 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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user