{{#if tabView }}
{{#each encounter}}
{{> actionButton this}}
{{/each}}
{{#each exploration}}
{{> actionButton this}}
{{/each}}
{{#each downtime}}
{{> actionButton this}}
{{/each}}
{{else}}
Encounter
{{#each encounter}}
{{> actionButton this}}
{{/each}}
Exploration
{{#each exploration}}
{{> actionButton this}}
{{/each}}
Downtime
{{#each downtime}}
{{> actionButton this}}
{{/each}}
{{/if}}