+
Ikke innlogget
+
Du må være innlogget for å opprette samlinger.
+
+ {:else}
+
+
+ {#each traitCatalog as category (category.label)}
+
+
+ {category.label}
+
+
+ {#each category.traits as trait (trait)}
+
+ {/each}
+
+
+ {/each}
+
+ {/if}
+
+
+ {#if activeTraitCount > 0}
+
+
+
+ {#if mode === 'select' && selectedPackage}
+ Pakke: {selectedPackage.name}
+ {:else}
+ Egendefinert samling
+ {/if}
+ ({activeTraitCount} traits)
+
+
+
+ {#each Object.keys(activeTraits) as trait (trait)}
+
+ {trait}
+
+ {/each}
+
+
+ {#if error}
+
+ {error}
+
+ {/if}
+
+
+
+ {/if}
+ {/if}
+