{#if showForm}
{bot.name}
{#if bot.bot_username} @{bot.bot_username} {/if} {bot.update_mode === 'webhook' ? t('telegramBot.webhook') : t('telegramBot.polling')}{bot.token_preview}
{t('common.loading')}
{:else if (chats[bot.id] || []).length === 0}{t('telegramBot.noChats')}
{:else}{t('common.loading')}
{:else if (botListenerStatus[bot.id] || []).length === 0}{t('commandTracker.noListeners')}
{:else}{t('telegramBot.updateMode')}