{#if wall != undefined}
{#each wall.categories as category, catIndex}
{category.name}
{#each category.questions as question, queIndex}
{ if (onclick) onclick(catIndex, queIndex); }} >
{question.points}
{/each} {/each}
{:else}
Wall is undefined
{/if}