{{localize "LETHALFANTASY.Label.biodata"}}
{{localize "LETHALFANTASY.Label.class"}} {{formInput systemFields.biodata.fields.class value=system.biodata.class }}
{{localize "LETHALFANTASY.Label.level"}} {{formInput systemFields.biodata.fields.level value=system.biodata.level }}
{{localize "LETHALFANTASY.Label.mortal"}} {{formInput systemFields.biodata.fields.mortal value=system.biodata.mortal }}
{{localize "LETHALFANTASY.Label.alignment"}} {{formInput systemFields.biodata.fields.alignment value=system.biodata.alignment }}
{{localize "LETHALFANTASY.Label.age"}} {{formInput systemFields.biodata.fields.age value=system.biodata.age}}
{{localize "LETHALFANTASY.Label.height"}} {{formInput systemFields.biodata.fields.height value=system.biodata.height }}
{{localize "LETHALFANTASY.Label.weight"}} {{formInput systemFields.biodata.fields.weight value=system.biodata.weight }}
{{localize "LETHALFANTASY.Label.eyes"}} {{formInput systemFields.biodata.fields.eyes value=system.biodata.eyes }}
{{localize "LETHALFANTASY.Label.hair"}} {{formInput systemFields.biodata.fields.hair value=system.biodata.hair }}
{{localize "LETHALFANTASY.Label.devPointsTotal"}} {{formInput systemFields.developmentPoints.fields.total value=system.developmentPoints.total }}
{{localize "LETHALFANTASY.Label.devPointsRem"}} {{formInput systemFields.developmentPoints.fields.remaining value=system.developmentPoints.remaining }}
{{localize "LETHALFANTASY.Label.magicUser"}} {{formInput systemFields.biodata.fields.magicUser value=system.biodata.magicUser }}
{{localize "LETHALFANTASY.Label.clericUser"}} {{formInput systemFields.biodata.fields.clericUser value=system.biodata.clericUser }}
{{localize "LETHALFANTASY.Label.saveBonus"}} {{formInput systemFields.modifiers.fields.saveModifier value=system.modifiers.saveModifier disabled=true }}
{{#if system.biodata.magicUser}}
{{localize "LETHALFANTASY.Label.spellBonus"}} {{formInput systemFields.modifiers.fields.levelSpellModifier value=system.modifiers.levelSpellModifier disabled=true }}
{{/if}} {{#if system.biodata.clericUser}}
{{localize "LETHALFANTASY.Label.miracleBonus"}} {{formInput systemFields.modifiers.fields.levelMiracleModifier value=system.modifiers.levelMiracleModifier disabled=true }}
{{/if}}
{{localize "LETHALFANTASY.Label.lastHdRoll"}} {{formInput systemFields.biodata.fields.hpPerLevel value=system.biodata.hpPerLevel disabled=isPlayMode }}
{{localize "LETHALFANTASY.Label.naturalDR"}} {{formInput systemFields.biodata.fields.naturalDR value=system.biodata.naturalDR disabled=isPlayMode }}
{{localize "LETHALFANTASY.Label.magicalDR"}} {{formInput systemFields.biodata.fields.magicDR value=system.biodata.magicDR disabled=isPlayMode }}
{{localize "LETHALFANTASY.Label.description"}} {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true }}
{{localize "LETHALFANTASY.Label.notes"}} {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true }}