{#if source?.type === 'gitlab'}
{:else if source?.type === 'github'}
{/if}
{source.name}
{#if $appSession.teamId === '0' && otherSources.length > 0}
{source.teams[0].name}
{/if}
{#if (source.type === 'gitlab' && !source.gitlabAppId) || (source.type === 'github' && source.githubApp?.installationId === null)}
{$t('application.configuration.configuration_missing')}
{:else}
{getDomain(source.htmlUrl) || ''}
{/if}