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