{{!-- if isGM --}}
{{#if @root.isGM}}
{{!-- end if isGM --}}
{{/if}}
{{#if combatant.canPing}}
{{/if}}
{{#if combatant.toggleName}}
{{/if}}
{{#unless @root.isGM}}
{{/unless}}
{{#each @root.contextMenus as |menu|}}
{{/each}}
{{!-- if hasRolled --}}
{{#if hasRolled}}
{{combatant.initiative}}
{{!-- is GM --}}
{{#if @root.isGM}}
{{#if combatant.isDelayed}}
{{else}}
{{/if}}
{{!-- is not GM --}}
{{else}}
{{#if combatant.isDelayed}}
{{else}}
{{/if}}
{{!-- end is GM --}}
{{/if}}
{{!-- if health --}}
{{#if combatant.health}}
{{#if canObserve}}
{{!-- has stamina --}}
{{#if combatant.health.sp}}
{{combatant.health.sp.value}}
{{!-- end of has stamina --}}
{{/if}}
{{/if}}
{{combatant.health.value}}
{{!-- end if health --}}
{{/if}}
{{!-- else if hasRolled --}}
{{else if combatant.isOwner}}
{{!-- else hasRolled --}}
{{else}}
{{!-- end if hasRolled --}}
{{/if}}