{#if history && history.length > 0} {#if status?.hidden !== true}
{#if showHistory}
{#if history.length > 1}
{#each history as status, idx} {#if idx !== history.length - 1}
{/if} {/each}
{/if}
{/if}
{/if} {/if}