{#paginationButtons searchFormId=searchFormId searchResults=searchResults}{/paginationButtons} Time User Type Description {#if searchResults.get("empty").asBoolean()}

No History

{#else} {#for event in searchResults.get("results")} {cdi:DateTimeService.formatForUi(event.get("timestamp").asText())} {#interactingEntityRef rootPrefix=rootPrefix entityRef=event.get("entityRef")}{/interactingEntityRef} {event.get("type").asText()} {! TODO:: other infos !} {/for} {/if} {#paginationButtons searchFormId=searchFormId searchResults=searchResults}{/paginationButtons}