{{#each turns as |turn index|}}
{{log turn}}
-
{{turn.name}}
{{#if turn.canPing}}
{{/if}}
{{#if turn.owner }}
{{/if}}
{{#each turn.effects}}

{{/each}}
{{#if this.hasResource}}
{{this.resource}}
{{/if}}
{{#if this.hasRolled}}
{{this.initiative}}
{{else if this.owner}}
{{/if}}
{{/each}}