{{#each_row}}
{{#if title}}
{{#if title_link}} {{title}} {{else}} {{title}} {{/if}}
{{#if dropdown_item}}
{{/if}}
{{/if}}
{{#if value_link}} {{value}}{{#if unit}} {{unit}}{{/if}} {{else}} {{value}}{{#if unit}} {{unit}}{{/if}} {{/if}}
{{#if (and change_percent (not description))}}
{{#if change_percent}} {{change_percent}}% {{#if (gte change_percent 0)}} {{~icon_img 'trending-up'~}} {{else}} {{~icon_img 'trending-down'~}} {{/if}} {{/if}}
{{/if}}
{{#if description}}
{{description}}
{{#if change_percent}}
{{change_percent}}% {{#if (gte change_percent 0)}} {{~icon_img 'trending-up'~}} {{else}} {{~icon_img 'trending-down'~}} {{/if}}
{{/if}}
{{/if}} {{#if progress_percent}}
{{progress_percent}}% Complete
{{/if}}
{{/each_row}}