{{ dnd5e-numberFormat data.value }} / {{ dnd5e-numberFormat data.effectiveMax }}
{{ localize "DND5E.HitPointsMax" }} {{#if showCalculation}} {{#if showMaxInCalculation}} {{ formField fields.max value=source.max localize=true }} {{> ".effects" effects=effects.max }} {{/if}} {{#with fields.bonuses.fields.overall as |field|}} {{ formField field value=../source.bonuses.overall localize=true }} {{> ".effects" effects=../effects.overall }} {{/with}} {{#each classes}}
{{{ dnd5e-numberParts total signDisplay="always" }}}
{{/each}} {{#if ability}}
{{{ dnd5e-numberParts ability.mod signDisplay="always" }}} {{{ @root.levelMultiplier }}}
{{/if}} {{#with fields.bonuses.fields.level as |field|}}
+ {{ formInput field value=../source.bonuses.level }} {{{ @root.levelMultiplier }}}
{{> ".effects" effects=../effects.bonuses multiplier=@root.levelMultiplier }} {{/with}}
{{/if}} {{#unless showMaxInCalculation}} {{ formField fields.max value=source.max localize=true }} {{> ".effects" effects=effects.max }} {{/unless}} {{ formField fields.tempmax value=source.tempmax localize=true }} {{#if fields.formula}}
{{ formInput fields.formula value=source.formula }}
{{/if}}
{{ localize "DND5E.HitPointsCurrent" }} {{ formField fields.value value=source.value localize=true }} {{ formField fields.temp value=source.temp localize=true }}
{{#if otherFields.length }}
{{ localize "DND5E.HITPOINTS.Other.label" }} {{#each otherFields}} {{ formField field value=value localize=true placeholder="—" }} {{/each}}
{{/if}}
{{#*inline ".effects"}} {{#each effects}}
+ {{ value }} {{{ ../multiplier }}}
{{/each}} {{/inline}}