(expanded = !expanded)}
>
{friendlyName(patch.name)}
{#if hasPatchOptions}

{/if}
{patch.description}
{#each patch.compatiblePackages as pkg}
- 📦 {pkg.name}
{/each}
{#if patch.compatiblePackages.length && patch.compatiblePackages[0].versions.length}
-
🎯 {patch.compatiblePackages[0].versions.slice(-1)}
{/if}
{#if !patch.compatiblePackages.length}
- 🌎 Universal patch
{/if}
{#if hasPatchOptions}
- ⚙️ Patch options
{/if}
{#if expanded && hasPatchOptions}
{#each patch.options as option}
{option.title}
{option.description}
{/each}
{/if}