List of Items
{#for item in items}
{item.name}: {#if item.price < 15} {item.price} {#else}
{item.price}
{item.discountedPrice}
{/if}
{/for}