{#if showClear}
{#if multiple}
{#each PROFICIENCY_DISPLAY_ORDER as proficiency}
{#snippet children()}
{/snippet}
{/each}
{:else}
{#each PROFICIENCY_DISPLAY_ORDER as proficiency}
{#snippet children()}
{/snippet}
{/each}
{/if}
{#if hasSelection}
{/if}
{:else}
{#if multiple}
{#each PROFICIENCY_DISPLAY_ORDER as proficiency}
{#snippet children()}
{/snippet}
{/each}
{:else}
{#each PROFICIENCY_DISPLAY_ORDER as proficiency}
{#snippet children()}
{/snippet}
{/each}
{/if}
{/if}