Not ideal, but its something. Assuming you're project template is set up
to Give contribute access to the task and view access to the project
when someone is 'Assigned' to a task, this might provide you the info
you'd need. Team, Person and Role for template tasks.
displayname=Assignees listdelimiter=
listmethod=nested(templateTasks).lists textmode=true type=iterate
valueexpression=CONCAT(IF(ISBLANK({teamID}),"",{team}.{name})," -
",IF(ISBLANK({assignedToID}),"",{assignedTo}.{name})," - ",
IF(IS...