-
Date of birth
{{ formatDate(actor.dateOfBirth, 'MMMM d, yyyy') }}
{{ formatDate(actor.dateOfBirth, 'MMM d, yyyy') }}
{{ actor.ageFromBirth }}
-
Age
> {{ actor.age }}
-
Date of death
{{ formatDate(actor.dateOfDeath, 'MMMM d, yyyy') }}{{ actor.ageAtDeath }}
-
Orientation
{{ actor.orientation }}
-
Born in
{{ actor.origin.city }}{{ actor.origin.city ? `, ${actor.origin.state}` : actor.origin.state }}
{{ actor.origin.country.alias || actor.origin.country.name }}
{{ actor.origin.country.alpha2 }}
-
Lives in
{{ actor.residence.city }}{{ actor.residence.city ? `, ${actor.residence.state}` : actor.residence.state }}
{{ actor.residence.country.alias || actor.residence.country.name }}
-
Ethnicity
{{ actor.ethnicity }}
-
Figure
{{ actor.bust || '??' }}{{ actor.cup || '?' }}-{{ actor.waist || '??' }}-{{ actor.hip || '??' }}
-
Dick
{{ actor.penisLengthMetric }} * {{ actor.penisGirthMetric }} cm
{{ actor.penisLengthImperial }}" * {{ actor.penisGirthImperial }}"
{{ actor.penisLengthMetric }} cm
{{ actor.penisLengthImperial }}"
-
Height
{{ actor.height.metric }} cm
{{ actor.height.imperial[0] }}' {{ actor.height.imperial[1] }}"
-
Weight
{{ actor.weight.metric }} kg
{{ actor.weight.imperial }} lbs
-
Eyes
{{ actor.eyes }}
-
Hair
{{ actor.hairLength }}, {{ actor.hairColor }}
-
Tattoos
{{ actor.tattoos }}
Yes
-
Piercings
{{ actor.piercings }}
Yes
- Updated {{ formatDate(actor.updatedAt, 'yyyy-MM-dd hh:mm') }}, ID: {{ actor.id }}
{{ description.text }}