{#if managerRecords.length > 0}
{#each managerRecords.reverse() as arecord, i} {#if i !== 0} {/if}
{/each}
{/if}