{#if database.type === 'clickhouse'}
{:else if database.type === 'couchdb'}
{:else if database.type === 'mongodb'}
{:else if database.type === 'mysql'}
{:else if database.type === 'mariadb'}
{:else if database.type === 'postgresql'}
{:else if database.type === 'redis'}
{/if}
{database.name}
{#if $appSession.teamId === '0' && otherDatabases.length > 0}
{database.teams[0].name}
{/if}
{#if database.destinationDocker?.name}
{database.destinationDocker.name}
{/if}
{#if !database.type}
{$t('application.configuration.configuration_missing')}
{/if}