Has anyone got the relationship field working beyond a parent:children level? Add in a third channel for a Master:Parent:Children relationship and I can’t get any output between the looping tag pair.
One to one is fine, one to many is fine, but one to one to many as in code below creates no output.
{home:players}
<span class="player">#{home:players:number} {home:players:first_name} {home:players:last_name}</span>
{/home:players}