{#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} {@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')}