2021-02-22 11:55:47 +01:00
|
|
|
<label class={{currentStateClass}}>
|
|
|
|
{{#if currentState}}
|
2021-03-25 06:48:33 +01:00
|
|
|
{{#if insufficientCharactersCategories}}
|
2022-07-26 16:18:09 +02:00
|
|
|
{{html-safe (i18n currentStateKey catLinks=catLinks)}}
|
2021-02-22 11:55:47 +01:00
|
|
|
{{else}}
|
2022-07-26 16:18:09 +02:00
|
|
|
{{i18n currentStateKey}}
|
2021-02-22 11:55:47 +01:00
|
|
|
{{/if}}
|
2021-02-18 04:40:59 +01:00
|
|
|
{{/if}}
|
2021-02-22 11:55:47 +01:00
|
|
|
</label>
|
|
|
|
|
|
|
|
{{#if showSimilarTopics}}
|
2022-07-26 16:18:09 +02:00
|
|
|
{{custom-wizard-similar-topics topics=similarTopics}}
|
2023-07-10 08:55:54 +02:00
|
|
|
{{/if}}
|