{#if error}
{error}
{/if}
{#if !activeType}
{t('targets.type')}
{/if}
{t('targets.name')}
form.icon = v} />
{#if formType === 'telegram'}
{t('telegramBot.selectBot')}
{#if telegramBotCount === 0}
{t('telegramBot.noBots')}
→
{/if}
{t('targets.telegramSettings')}
▼
{#if showTelegramSettings}
{t('targets.maxMedia')}
{t('targets.maxGroupSize')}
{t('targets.chunkDelay')}
{t('targets.maxAssetSize')}
{t('targets.chatAction')}
{t('targets.disableUrlPreview')}
{t('targets.sendLargeAsDocuments')}
{/if}
{:else if formType === 'discord' || formType === 'slack'}
{t('targets.overrideUsername')}
{:else if formType === 'ntfy'}
{t('targets.ntfyServer')}
{t('targets.ntfyToken')}
{:else if formType === 'email'}
{t('targets.selectEmailBot')}
{#if emailBotCount === 0}
{t('emailBot.noBots')}
→
{/if}
{:else if formType === 'matrix'}
{t('targets.selectMatrixBot')}
{#if matrixBotCount === 0}
{t('matrixBot.noBots')}
→
{/if}
{/if} {#if formType === 'telegram'}
{t('targets.aiCaptions')}
{/if}
{submitting ? t('common.loading') : (editing ? t('common.save') : t('targets.create'))}