07e65ab589
* add french address template Co-authored-by: Ankush <ankush@iwebnotes.com>
6 lines
241 B
HTML
6 lines
241 B
HTML
{% if address_line1 %}{{ address_line1 }}{% endif -%}
|
|
{% if address_line2 %}<br>{{ address_line2 }}{% endif -%}
|
|
{% if pincode %}<br>{{ pincode }}{% endif -%}
|
|
{% if city %} {{ city }}{% endif -%}
|
|
{% if country %}<br>{{ country }}{% endif -%}
|