{{#each @root.buttons}}
{{ @root.localizeType this.type }} {{#if this.origin}} {{#unless (eq this.type this.origin.slug)}} {{ @root.localizeOrigin this.origin }} {{/unless}} {{/if}} {{#if this.warning}} {{/if}} DC {{#if (eq this.finalDc null)}} ? {{else}} {{#unless (eq this.baseDc this.finalDc)}} {{this.baseDc}} {{/unless}} {{this.finalDc}} {{/if}} {{#if (eq this.secret "hide")}} {{else}} {{#if (eq this.rollButton "auto")}} {{/if}} {{#if (eq this.rollButton "impossible")}} {{/if}} {{#each this.rolls}} {{this.value}} {{/each}} {{/if}} {{#if this.rerollIcon}} {{/if}} {{#if (or (eq this.rollButton "show") (eq this.rollButton "gm-only"))}} {{/if}}
{{/each}} {{#each @root.notes}}
{{this.text}}
{{/each}}