{label}
{#if change != null && change !== 0}
{change > 0 ? '+' : ''}{change}{changeSuffix ?? ''}
{/if}
{value}
{#if sub}
{sub}
{/if}