{#include webui/mainWebPageTemplate showTitle=true title=itemList.getName() page='itemLists' navbar="full"} {#pageStyle} {/pageStyle} {#additionalTitleContent} Back to List Search
Created by: {#interactingEntityRef entityRef=listCreateEvent.getEntity()}{/interactingEntityRef}
On: {listCreateEvent.getTimestamp()}
Id: {itemList.getId()}{#copyTextButton /}
{#if !itemList.getDescription().isBlank()}
{itemList.getDescription()}
{/if}
{! TODO:: allow updating description, name !}
{#for actionIt in itemList.getItemActions()}
{actionIt.key()} - {actionIt.val()}
{/for}