{{#if l5r5e.dicesTypes.l5r}}
{{#each l5r5e.dices}}
{{#if this.diceTypeL5r}}
{{#each this.rolls}}
{{{this.result}}}
{{/each}}
{{/if}}
{{/each}}
{{#l5r5e.summary}}
- Successes: {{this.success_total}}
{{#if opportunity}}
- Opportunities: {{this.opportunity}}
{{/if}}
{{#if strife}}
- Strife: {{this.strife}}
{{/if}}
{{#if difficulty}}
- Difficulty: {{this.difficulty}}
{{/if}}
{{/l5r5e.summary}}
{{/if}}
{{#if l5r5e.dicesTypes.std}}
{{#each results}}
{{#each this.rolls}}
{{{this.result}}}
{{/each}}
{{/each}}
{{{tooltip}}}
{{total}}
{{/if}}
{{/if}}