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