<ul class="status-block">
  <li class="item flexrow">
    <span class="stat-label status-small-label status-col-name"><label class="status-small-label"><strong>Status</strong></label></span>
    <span class="status-header-label status-small-label no-grow"><label class="status-small-label">Cur</label></span>
    <span class="status-header-label status-small-label no-grow"><label class="status-small-label">Mod</label></span>
    <span class="status-header-label status-small-label no-grow"><label class="status-small-label">Max</label></span>
  </li>
  {{#each data.secondary as |stat2 key|}}
    <li class="item flexrow " data-attr-key="{{key}}">
      <span class="stat-label flexrow status-col-name" name="{{key}}">
        <label class="status-small-label"><strong>{{stat2.label}}</strong><br>
          {{#if (eq key "health")}}
          (KOV -{{stat2.max}})
          {{/if}}
          {{#if (eq key "delirium")}}
          (MV -{{stat2.max}})
          {{/if}}
        </label>
      </span>
      <input type="text" class="padd-right status-small-label no-grow" name="system.secondary.{{key}}.value" value="{{stat2.value}}" data-dtype="Number"/>
      <input type="text" class="padd-right status-small-label no-grow" name="system.secondary.{{key}}.bonus" value="{{stat2.bonus}}" data-dtype="Number" {{@root.disabledBonus}}/>
      <input type="text" class="padd-right status-small-label no-grow" name="system.secondary.{{key}}.max" value="{{stat2.max}}" data-dtype="Number"/>
    </li>
  {{/each}}
  <li class="item flexrow " data-key="nrg">
    <span class="stat-label flexrow status-col-name" name="nrg">
      <label class="status-small-label"><strong>{{data.nrg.label}}</strong></label>               
    </span>
    <input type="text" class="padd-right status-small-label no-grow" name="system.nrg.value" value="{{data.nrg.value}}" data-dtype="Number"/>
    <input type="text" class="padd-right status-small-label no-grow" name="system.nrg.mod" value="{{data.nrg.mod}}" data-dtype="Number" {{@root.disabledBonus}}/>
    <input type="text" class="padd-right status-small-label no-grow" name="system.nrg.max" value="{{data.nrg.max}}" data-dtype="Number"/>
    <span class="small-label status-small-label">&nbsp;/ {{data.nrg.absolutemax}}</span>
  </li>
  <li class="item flexrow " data-key="nrg">
    <span class="stat-label flexrow status-col-name" name="activated-nrg">
      <label class="status-small-label"><strong>Activated NRG</strong><br>
    </span>
    <span class="stat-label flexrow status-col-name" name="activated-nrg">
      <input type="text" class="padd-right status-small-label no-grow" name="system.nrg.activated" value="{{data.nrg.activated}}" data-dtype="Number"/>
    </span>
    <span class="padd-right status-small-label no-grow">
      <a class="current-nrg-plus plus-minus-button">+</a>
      <a class="current-nrg-minus plus-minus-button">&nbsp;-</a>
    </span>

    <!--<span class="stat-label flexrow status-col-name" name="momentum">
      <label class="status-small-label flexrow"><strong>
        <a class="stat-icon lock-unlock-sheet">{{#if editScore}}Lock{{else}}Unlock{{/if}}</a>
      </strong></label>-->
    </span>
  </li>
  <li class="item flexrow " data-key="momentum">
    <span class="stat-label flexrow status-col-name" name="momentum">
      <label class="status-small-label"><strong>Momentum</strong></label>               
    </span>
    <input type="text" class="padd-right status-small-label no-grow" name="system.momentum.value" value="{{data.momentum.value}}" data-dtype="Number"/>
    <span class="padd-right status-small-label no-grow">
      <a class="momentum-plus plus-minus-button">+</a>
      <a class="momentum-minus plus-minus-button">&nbsp;-</a>
    </span>
    <input type="text" class="padd-right status-small-label no-grow" name="system.momentum.max" value="{{data.momentum.max}}" data-dtype="Number"/>
    <span class="small-label status-small-label">&nbsp;</span>
  </li>
  <!--<li class="item flexrow list-item" data-key="lock-unlock">
    <span class="stat-label flexrow status-col-name" name="momentum">
      <a class="stat-icon lock-unlock-sheet"><img class="small-button-container" 
      src="systems/fvtt-pegasus-rpg/images/icons/{{#if editStatSkill}}unlocked.svg{{else}}locked.svg{{/if}}" alt="lock/unlock"
      ></a>
    </span>-->
  </li>

</ul>

<!--    <span class="small-label padd-right packed-left">Act</span>
      <input type="text" class="padd-right" name="system.nrg.activated" value="{{data.nrg.activated}}" data-dtype="Number"/>
-->