{#if isOpen}
{$t('workflow_summary')}
{ e.stopPropagation(); isOpen = false; }} />
{$t('trigger')}
{trigger.name}
{#if filters.length > 0}
{$t('filters')}
{#each filters as filter, index (filter.id)}
{index + 1}
{filter.title}
{/each}
{/if} {#if actions.length > 0}
{$t('actions')}
{#each actions as action, index (action.id)}
{index + 1}
{action.title}
{/each}
{/if}
{:else}
(isOpen = true)} >
{/if}