{{! Class Type and Archetype }}
{{formField systemFields.archetype value=system.archetype localize=true}}
{{formField systemFields.classType value=system.classType localize=true}}
{{#if (eq system.classType "continental")}}
{{formField systemFields.continent value=system.continent}}
{{/if}}
{{formField systemFields.level value=system.level}}
{{! Proficiencies }}
{{formField systemFields.weaponProficiencies value=system.weaponProficiencies}}
{{formField systemFields.armorProficiencies value=system.armorProficiencies}}
{{! Spellcasting }}
{{formField systemFields.spellcasting value=system.spellcasting}}
{{#if system.spellcasting}}
{{formField systemFields.spellcastingType value=system.spellcastingType localize=true}}
{{/if}}