{#if componentControls?.length > 0}
{#if collapsed}
{#each componentControls as control} {control.title} {/each}
{:else}
This component can be controlled by frontend scripts using these functions:
{#each componentControls as control}
{control.title}
{control.description}
{#if control.documentation}
See documentation
{/if} {/each} {/if}
{/if}