{% if actor.photo %} {{ actor.name }} {% else %} {{ actor.name }} {% endif %}

{{ actor.name }} ({{ actor.videos|length }})


  • Age : {{ actor.birthday ? ('now'|date('Y') - actor.birthday|date('Y')) ~ ' ans' : 'Age inconnu'}}
  • Origine : {{ actor.origin }}
  • Taille : {{ actor.size ? (actor.size / 100) ~ ' m' : 'Taille inconnue' }}
  • Cheveux : {{ actor.colorHair }}
  • Tatouages : {{ actor.tattoo ? 'Oui' : 'Non' }}
  • Piercings : {{ actor.piercing ? 'Oui' : 'Non' }}
  • Position : {{ actor.role }}
  • Taille de la bite : {{ actor.dick ? actor.dick ~ ' cm' : 'Taille inconnue' }}
  • Circoncis : {{ actor.circumcised ? 'Oui' : 'Non' }}

Voir Modifier {{ include('actors/_delete_form.html.twig') }}