Create taiwan.html

This commit is contained in:
SDLyu 2020-05-07 16:49:29 +08:00 committed by GitHub
parent c759e17900
commit e164985903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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