{% for text in texts %}

{{ text if text else " " }}

{% endfor %}

 

 

{{ english_name }}{{ (" | " + chinese_name) if chinese_name }}

{{ (chinese_position + ",") if chinese_position }}{{ english_department }}

{{ ("Mobile: +86 " + phone_number) if phone_number }}

 

{{ english_company }}{{ chinese_company }}

{{ chinese_address }}

{{ english_address }}