(expanded = !expanded)} >

{patch.name}

{#if hasPatchOptions} dropdown {/if}
{#if patch.description}
{patch.description}
{/if} {#if expanded && hasPatchOptions}
{#each options as option}
{option.title}
{option.description}
{/each}
{/if}