{#if predictions}
Predicted
{#each predictions as prediction, i}
{/each}
{:else}
No prediction data
{/if}