<form class="{{cssClass}}" autocomplete="off">
    {{!-- Sheet Header --}}
    <header class="sheet-header">
        <div class="row flexrow table-header">
            <div class="flex1 center">
                <h3>{{localize 'BOL.ui.aptitudeCheck'}}</h3>
            </div>
        </div>
    </header>
  
    {{> "systems/bol/templates/dialogs/attribute-roll-part.hbs"}}

    {{> "systems/bol/templates/dialogs/aptitude-roll-part.hbs"}}

    {{#if (equals aptitude.key "init" )}}
      <div class="flexrow" style="margin-bottom: 1px;">
        <div class="flex1 center bg-darkred">
            <label for="mod">{{localize 'BOL.ui.registerInit'}}</label>
        </div>
        <div class="flex1 center cell">
          <label class="checkbox">
            <input class="field-value" type="checkbox" name="register-init" id="register-init" checked />
          </label>
        </div>
      </div>
      <div class="flexrow" style="margin-bottom: 1px;">
        <div class="flex1 center bg-darkred">
            <label for="mod">{{localize 'BOL.ui.initMalus'}}</label>
        </div>
        <div class="flex1 center cell">{{combatData.malusInit}}</div>
      </div>
    {{/if}}

    {{> "systems/bol/templates/dialogs/career-roll-part.hbs"}}
    
    {{> "systems/bol/templates/dialogs/boons-roll-part.hbs"}}

    {{> "systems/bol/templates/dialogs/flaws-roll-part.hbs"}}

    {{> "systems/bol/templates/dialogs/effect-roll-part.hbs"}}

    {{> "systems/bol/templates/dialogs/horoscope-roll-part.hbs"}}

    {{> "systems/bol/templates/dialogs/adv-roll-part.hbs"}}

    {{> "systems/bol/templates/dialogs/mod-roll-part.hbs"}}

    {{> "systems/bol/templates/dialogs/total-roll-part.hbs"}}

</form>