• {{#if isPrimaryVehicle}} {{/if}}
    {{#if portrait.isVideo}} {{else}} {{ name }} {{/if}}
    {{ name }} {{#with system.attributes.hp}} {{#if max}}
    {{#unless ../hiddenStats}} {{ value }} / {{ max }} {{/unless}}
    {{/if}} {{/with}} {{#with system.attributes.hd}}
    {{#unless ../hiddenStats}} {{ value }} / {{ max }} {{/unless}}
    {{/with}} {{#if properties.length}}
      {{#each properties}}
    • {{ localize label }} | {{ value }}
    • {{/each}}
    {{/if}}
    {{#if @root.editable}} {{else}} {{#each classes}} {{ name }} {{#with subclass}} {{ name }} {{/with}} {{/each}} {{/if}}
    {{#if section.hasStats}}
    {{#if hiddenStats}}
    ???
    {{else}}
    {{ system.attributes.ac.value }}
    {{ system.attributes.movement.walk }} {{#if system.attributes.movement.slowed}} {{/if}}
    {{ dnd5e-formatModifier skills.prc.total }} ({{ skills.prc.passive }})
    {{ dnd5e-formatModifier skills.ste.total }} ({{ skills.ste.passive }})
    {{ dnd5e-formatModifier skills.sur.total }} ({{ skills.sur.passive }})
    {{/if}}
    {{/if}}