{{"Name"|translate}}: {{ profile.name }}
{{"Please enter your name."|translate}}
名字(Chinese Name): {{ profile.name_zh }}
{{"Position"|translate}}: {{profile.pos[profile.pos.length-1].n}}{{profile.pos[profile.pos.length-1].n_zh}}
{{"Phone"|translate}}: {{ profile.contact.phone }}
{{"Fax"|translate}}: {{ profile.contact.fax }}
{{"Affiliation"|translate}}: {{ getAff(profile) }}
{{"Address"|translate}}: {{ profile.contact.address }}
{{"Homepage"|translate}}: {{ profile.contact.homepage }}