{{ 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}}