{!{@tech.ebp.oqm.baseStation.service.mongo.search.SearchResult searchResults}!} {!{@tech.ebp.oqm.baseStation.service.mongo.search.PagingCalculations pagingCalculations}!} {! Template to show storage search results. Gives the contents of a table, but not the main table tag Ingests: - actionType - the action to take. "full" or "select" - itemService - the service to get items - searchResults - searchFormId - the id of the search form controlling the results - inputIdPrepend - the prepend for the id of the inputs to set the data of - otherModalId - the id of the other modal to open when selected if `actionType` is "select", callback will be "selectItem('', '', '')" on the select button !} {#paginationButtons searchFormId=searchFormId pagingCalculations=pagingCalculations}{/paginationButtons} Name # Items Created Created By Actions {#if searchResults.getResults().isEmpty()}

No Item Lists

{#if actionType == 'full'}
{/if} {#else} {#for result in searchResults.getResults()} {result.getName()} {result.getItemActions().size()} {! TODO:: get list create datetime !} {! TODO:: get list entity created by !} {#if actionType == 'full'} {#icons/edit}{/icons/edit} {#else if actionType == 'select'} {/if} {/for} {/if} {#paginationButtons searchFormId=searchFormId pagingCalculations=pagingCalculations}{/paginationButtons}