{ chatImportInputElement.click(); }} >
{$i18n.t('Import Chats')}
{ exportChats(); }} >
{$i18n.t('Export Chats')}
{#if showArchiveConfirm}
{$i18n.t('Are you sure?')}
{ archiveAllChatsHandler(); showArchiveConfirm = false; }} >
{ showArchiveConfirm = false; }} >
{:else}
{ showArchiveConfirm = true; }} >
{$i18n.t('Archive All Chats')}
{/if} {#if showDeleteConfirm}
{$i18n.t('Are you sure?')}
{ deleteAllChatsHandler(); showDeleteConfirm = false; }} >
{ showDeleteConfirm = false; }} >
{:else}
{ showDeleteConfirm = true; }} >
{$i18n.t('Delete All Chats')}
{/if}