{{#each skills as |skill id|}}
  1. {{#unless skill.system.properties.noadjustments}}
    {{#if skill.system.flags.occupation}} {{else}} {{/if}}
    {{#if ../pulpRuleArchetype}}
    {{#if skill.system.flags.archetype}} {{else}} {{/if}}
    {{/if}} {{/unless}}
    {{skill.name}}
    {{skill.system.base}}
    {{#if ../allowCharCreation}} {{#unless skill.system.properties.noadjustments}} {{/unless}} {{else}} {{skill.system.adjustments.personal}} {{/if}}
    {{#if ../allowCharCreation}} {{#if skill.system.flags.occupation}} {{else}} {{skill.system.adjustments.occupation}} {{/if}} {{else}} {{skill.system.adjustments.occupation}} {{/if}}
    {{#if ../pulpRuleArchetype}}
    {{#if ../allowCharCreation}} {{#if skill.system.flags.archetype}} {{else}} {{skill.system.adjustments.archetype}} {{/if}} {{else}} {{skill.system.adjustments.archetype}} {{/if}}
    {{/if}}
    {{#if ../allowCharCreation}} {{else}} {{skill.system.adjustments.experience}} {{/if}}
    {{skill.system.value}}
  2. {{/each}}