{$t('general')}
{#if $session.isAdmin}
{loading ? $t('forms.saving') : $t('forms.save')}
{/if}
{$t('forms.name')}
{$t('application.destination')}
{#if database.destinationDockerId}
{/if}
{$t('forms.version')}
{$t('forms.host')}
{$t('forms.port')}
{#if database.type === 'mysql'}
{:else if database.type === 'postgresql'}
{:else if database.type === 'mongodb'}
{:else if database.type === 'redis'}
{:else if database.type === 'couchdb'}
{/if}
{$t('database.connection_string')}
{$t('application.features')}
changeSettings('isPublic')} title={$t('database.set_public')} description={$t('database.warning_database_public')} />
{#if database.type === 'redis'}
changeSettings('appendOnly')} title={$t('database.change_append_only_mode')} description={$t('database.warning_append_only')} />
{/if}