{#if loadState === 'idle'}

{tr('pluginView.select')}

{:else if loadState === 'error'}

{tr('pluginView.error')}

{tr('common.plugin')}: {currentPluginId || tr('common.unknown')}

{tr('common.component')}: {currentComponent || tr('common.unknown')}

{errorText || tr('bundle.unknownError')}

{#if pluginInfo}

{tr('bundle.frontendEntry')}: {pluginInfo.entry || tr('common.none')}

{/if} {#if getComponentList().length > 0}

{tr('bundle.availableComponents')}: {getComponentList().join(', ')}

{/if}
{:else} {#if loadState === 'loading'}

{tr('bundle.loading')}

{/if}
{/if}