{#if compact}
{#if checked !== undefined}
{checked}
Checked
{/if} {#if updated > 0}
{updated} updated
{/if} {#if blocked > 0}
{blocked} blocked
{/if} {#if failed > 0}
{failed} failed
{/if}
{:else}
{#if checked !== undefined}
{checked}
Checked
{/if}
{updated}
Updated
{blocked}
Blocked
{failed}
Failed
{/if}