(expanded = !expanded)} >

{friendlyName(patch.name)}

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