\n\t\t\t\t\t\t{$_('page.profile.projects.heading')}\n\t\t\t\t\t
\n\t\t\t\t\t{#if data?.user?.followingsMap}\n\t\t\t\t\t\t- \n\t\t\t\t\t\t\t{#each data.user.followingsMap as following}\n\t\t\t\t\t\t\t\t{#if following.type === 'Project'}\n\t\t\t\t\t\t\t\t\t
- \n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t{/if}\n\t\t\t\t\t\t\t{/each}\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t{$_('page.profile.repositories.heading')}\n\t\t\t\t\t\t
\n\t\t\t\t\t\tThe following is DEBUG information and will be removed in the near future.
\n\t\t\t\t\t\t\t{#if data?.user}\n\t\t\t\t\t\t\t\tPerson
\n\t\t\t\t\t\t\t\t\t{JSON.stringify(data.user.person, null, 2)}\n\t\t\t\t\t\t\t\t
Followings
\n\t\t\t\t\t\t\t\t\t{JSON.stringify(data.user.followings, null, 2)}\n\t\t\t\t\t\t\t\t
Followings mapped
\n\t\t\t\t\t\t\t\t\tThese are the contents of the items in the previous dump.
\n\t\t\t\t\t\t\t\t\t{JSON.stringify(data.user.followingsMap, null, 2)}\n\t\t\t\t\t\t\t\t
Collaborators mapped
\n\t\t\t\t\t\t\t\t\tThese are the contents of the items in the previous dump.
\n\t\t\t\t\t\t\t\t\t{JSON.stringify(data.user.collaboratorsMap, null, 2)}\n\t\t\t\t\t\t\t\t
Commits
\n\t\t\t\t\t\t\t\t\tThese are the contents of the items in the previous dump.
\n\t\t\t\t\t\t\t\t\t{JSON.stringify(data.user.commits, null, 2)}\n\t\t\t\t\t\t\t\t
Commits mapped
\n\t\t\t\t\t\t\t\t\tThese are the contents of the items in the previous dump.
\n\t\t\t\t\t\t\t\t\t{JSON.stringify(data.user.commitsMap, null, 2)}\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t{$_('page.profile.projects.empty')}\n\t\t\t\t\t\t\t{@html $_('page.profile.projects.add_or_import', {\n\t\t\t\t\t\t\t\tvalues: {\n\t\t\t\t\t\t\t\t\taddElementOpen: '',\n\t\t\t\t\t\t\t\t\taddElementClose: '',\n\t\t\t\t\t\t\t\t\timportElementOpen: ``,\n\t\t\t\t\t\t\t\t\timportElementClose: ''\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t\t
\n\t\t\t\t\t{/if}\n\t\t\t\t