{source.name}
{#if $session.teamId === '0' && otherSources.length > 0}
{source.teams[0].name}
{/if}
{#if (source.type === 'gitlab' && !source.gitlabAppId) || (source.type === 'github' && !source.githubAppId && !source.githubApp?.installationId)}
Configuration missing
{:else}
{getDomain(source.htmlUrl) || ''}
{/if}