{{#if traditions}}
{{localize "PF2E.SpellTraditionsLabel"}} {{traditions}}
{{/if}} {{#unless (or spell.actionGlyph (eq spell.system.time.value ""))}}{{localize "PF2E.CastLabel"}} {{spell.system.time.value}}
{{/unless}} {{#if (or spell.system.range.value spell.system.target.value spell.system.area)}}{{#if spell.system.range.value}}{{localize "PF2E.SpellRangeLabel"}} {{spell.system.range.value}}{{/if}} {{#if spell.system.area}}{{localize "PF2E.AreaLabel"}} {{spell.area.label}}{{/if}} {{#if spell.system.target.value}}{{localize "PF2E.SpellTargetLabel"}} {{spell.system.target.value}}{{/if}}
{{/if}} {{#if spell.system.duration.value}}{{localize "PF2E.SpellDurationLabel"}} {{spell.system.duration.value}}
{{/if}}