{%set _participants = routes['api/studio/_participants']()%}
{%for _user in _participants %}
{{_user.alias}}
{{_user.email}}
{%endfor%}