{#if candidates && candidates.length > 0}
{#each candidates as candidate,i}
{candidate.display}
{/each}
{/if}