{% if not request.query_params.get("embedded") %} {% include "_room_presence.html" %} {% include "_room_chat.html" %} {% include "_room_video.html" %} {% endif %} {% include '_credit_meter.html' %}
Open Roles

Pick a role.
Walk into the booth.

Sides loaded · Evie reads the other part · You record. Submit your best takes.
{% for r in roles %} {% set card_img = r.character_image_url or r.poster_url or '' %}
{{ r.role_type }} {% if r.deadline %}Due {{ r.deadline }}{% endif %}
{{ r.project_title }}
{{ r.role_name }}
{% if r.description %}
{{ r.description }}
{% endif %}
Sc {{ r.scene_number }} {{ r.page_count }}p {% if r.age_range %}Age {{ r.age_range }}{% endif %}
Enter the booth →
{% else %}
No Open Roles
The booth is quiet.
No casting roles are open right now. Filmmakers post roles from inside their project workspace. Check back soon.
{% endfor %}
{% if featured_talent %}
Talent on EVOLUM
Actors building careers here
{{ featured_talent|length }} on the bench
{% for a in featured_talent %}
{% if not a.avatar_url %}{{ (a.name or '?')[0]|upper }}{% endif %}
{{ a.name }}
{% if a.bio %}
{{ a.bio }}
{% endif %}
{% endfor %}
{% endif %}
{% include '_footer.html' %}