feat: add french address template (bp #26316)

* add french address template

Co-authored-by: HENRY Florian <florian.henry@open-concept.pro>

(cherry picked from commit 07e65ab589)
This commit is contained in:
Frappe PR Bot
2021-08-09 10:58:39 +05:30
committed by GitHub
parent e9c293d621
commit bba9aac9c0

View File

@@ -0,0 +1,5 @@
{% 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 -%}