{#if storageBlockSr.get("numResults").asInt() > 0}
| # | {/if} {#if options.includeImageCol}Image | {/if}Storage Block | Location | Description | |
|---|---|---|---|---|---|
| {curBlock_count} | {/if} {#if options.includeImageCol} {#if ! curBlock.get("imageIds").isEmpty()}
{#let curImage = imageService.get(curBlock.getImageIds().get(0))}
|
{#else}
{/if} {/if} | {curBlock.get("labelText").asText()} | {curBlock.get("location").asText()} | {curBlock.get("description").asText()} |
| # | {/if} {#if options.includeImageCol}Image | {/if}Storage Block | Location | Description |