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 07e65ab5895f166b6dceb38dfbea1cb90f6015b9)
This commit is contained in:
Frappe PR Bot 2021-08-09 10:58:39 +05:30 committed by GitHub
parent e9c293d621
commit bba9aac9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 -%}