{section.title} {$t('section.order', { values: { order: section.order } })} {#if section.icon} ({section.icon}) {/if}
{#if addWidgetSectionId === section.id} {/if} {#if widgets.length === 0}

{$t('widget.no_widgets_dnd')}

{:else}
{#each widgets as widget (widget.id)}
{widget.type} {getWidgetLabel(widget)}
{/each}
{/if}