feat: add french address template (#26316)

* add french address template

Co-authored-by: Ankush <ankush@iwebnotes.com>
This commit is contained in:
HENRY Florian 2021-08-09 07:02:31 +02:00 committed by GitHub
parent 27a29eb6bc
commit 07e65ab589
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 -%}