{{person.name}}
{{person.options.searchPhrase}}
{{#each tags}}
#{{this}}
{{/each}}
{{lng.age}}: {{person.age}}
{{lng.gender.title}}: {{person.sex}}
{{lng.relationshipStatus}}: {{js "this.person.sexuality || 'Single'"}}
{{#if person.religion}}
{{lng.religionTitle}}: {{js "lng.religion[this.person.religion] || '-'"}}
{{/if}}
{{#if person.body.height}}
{{lng.height}}: {{person.body.height}}cm
{{/if}}
{{#if person.body.weight}}
{{lng.weight}}: {{person.body.weight}}kg
{{/if}}
{{#js_if "this.person.status == 'online'"}}
{{lng.distance}}: {{person.distance}}
{{#js_if "this.person.coords.type == 'mycity'"}}
room {{person.coords.poi}}
{{/js_if}}
{{/js_if}}
{{#if showTravelDestination}}
flight_land {{person.distance_travel}}km
{{/if}}
{{person.status}}