{#if item.artwork && isSystemImageArtwork(item.artwork)} {/if}

{item.title}

{item.detail}

{#each item.purposes as purpose}

{purpose.title}

{#each purpose.categories as category}
  • {#if isSystemImageArtwork(category.artwork)} {/if} {category.title}
      {#each category.dataTypes as type}
    • {type}
    • {/each}
  • {/each}
    {/each}