null} actions={() => null} />
{#if loading}
{$t.reports?.loading}
{:else if error}

{error}

{:else if !collection || collection.total === 0}
{$t.reports?.empty}
{:else if collection.items.length === 0 && hasActiveFilters()}

{$t.reports?.filtered_empty}

{:else}
{/if}