{#if parentBlocks.get("empty").asBoolean()}

No Storage Blocks!

No storage blocks currently exist. Go to {#icons/storageBlocks /} Storage to add a place where items are stored!

You can then go to {#icons/items /} Items to add an item that is stored in that location!

{#else}
{#for parent in parentBlocks.get("results")} {#let id=parent.get("id").asText()}

Loading...
{/for}
{/if}