{#if userData}
{userData.username}
Reputation: {userData.reputation}
Upvotes: {userData.upvotes}
Downvotes: {userData.downvotes}
This user is an Owner.Following
{#each following as user}
{user.following}
{/each}
Followers
{#each followers as user}
{user.username}
{/each}
{:else}
{data.user}
This user does not have any statistics available.
{/if}