{{!-- ======================================================================== --}} {{!-- INLINE PARTIAL DEFINITIONS --}} {{!-- ======================================================================== --}} {{!-- !-- Render an attribute. !-- !-- @param attribute-label: The label to display for the attribute !-- @param attribute-key: The key of the attribute !-- @param attribute-data: The data for the attribute --}} {{#*inline "attribute"}}
+ = {{attribute-data.total}}
{{/inline}} {{!-- !-- Render a trait. !-- !-- @param trait-label: The label to display for the trait !-- @param trait-key: The key of the trait !-- @param trait-data: The data for the trait --}} {{#*inline "trait"}}
+ = {{trait-data.total}}
{{/inline}} {{!-- ======================================================================== --}}
{{#each config.attributes as |attribute-label attribute-key|}} {{> attribute attribute-label=attribute-label attribute-key=attribute-key attribute-data=(lookup ../data.attributes attribute-key)}} {{/each}} {{#each config.traits as |trait-label trait-key|}} {{> trait trait-label=trait-label trait-key=trait-key trait-data=(lookup ../data.traits trait-key)}} {{/each}}