+ {#if $games.length == 0} + + + + + gathering games... + + + {:else} + {#each Object.keys($sellers).sort() as username (username)} + + + + link + + + + {#if $sellers[username].neighbourhood} + ({$sellers[username].neighbourhood}) + {/if} + + + {nbr_games_for(username)} + + + + game.username === username)} /> + {/each} + {/if} +