{#each users as user}
{user.name}
{#if user.estimate !== null && (showEstimates || user.userId === userId)}
{user.estimate}
{/if}
{/each}