${this.rarity
? html`
${translateText(`cosmetics.${this.rarity}`) || this.rarity}
`
: nothing}
${translateText("cosmetics.adfree")}
${this.colorPalette
? html`
${translateText("cosmetics.color_label")}
${translateCosmetic(
"territory_patterns.color_palette",
this.colorPalette,
)}
`
: nothing}
${this.artist
? html`
${translateText("cosmetics.artist_label")} ${this.artist}
`
: nothing}