{#include main} {#title}Indexed Entities{/title} {#body} {#if info:indexedEntityTypes.isEmpty}

No indexed entities were found.

{#else}
{#for indexedEntityType in info:indexedEntityTypes} {/for}
Entity name Entity type
{indexedEntityType.jpaName} {indexedEntityType.javaClass}
{/if} {/body} {/include}