{#if selection}
{selection.text || ''}
selection = null}>❌
{#each Object.entries(selection) as entry}{#if entry[0].charAt(0) != '_'}
{entry[0]}
{entry[1]}
{/if}{/each}
{/if}
Orders
{#if query}
query = ''}>❌
{/if}
{#if pattern} {#each all_reports as row} {#if filter_test(pattern, row._content)}
selection = selection !== row ? row : null}>
{row.text || ''}
{@html pattern ? filter_mark(pattern, escapeHTML(row.body)) : escapeHTML(row.body)}
{/if} {/each} {:else} {#each all_reports as row}
selection = selection !== row ? row : null}>
{row.text || ''}
{@html pattern ? filter_mark(pattern, escapeHTML(row.body)) : escapeHTML(row.body)}
{/each} {/if}
{#if loadmore.loading}
Loading...
{:else}
Load more
{/if}