{#if showForm}
{bot.name}
{#if bot.bot_username} @{bot.bot_username} {/if} {(bot.update_mode || 'none') === 'webhook' ? t('telegramBot.webhook') : (bot.update_mode || 'none') === 'polling' ? t('telegramBot.polling') : t('telegramBot.none')}{bot.token_preview}
{t('common.loading')}
{:else if (chats[bot.id] || []).length === 0}{t('telegramBot.noChats')}
{:else} {@const gridStyle = "display:grid; grid-template-columns:1fr 80px 40px 100px 50px 130px 60px; align-items:center; gap:0.5rem;"}{t('common.loading')}
{:else if (botListenerStatus[bot.id] || []).length === 0}{t('commandTracker.noListeners')}
{:else}{t('telegramBot.updateMode')}