{#if numberOfLikes}
{numberOfLikes.toLocaleString($locale)}
{/if}
{#if numberOfComments}
{numberOfComments.toLocaleString($locale)}
{/if}