2021-02-22 11:55:47 +01:00
|
|
|
<label class={{currentStateClass}}>
|
|
|
|
{{#if currentState}}
|
2021-03-25 06:48:33 +01:00
|
|
|
{{#if insufficientCharactersCategories}}
|
2021-04-07 07:19:48 +02:00
|
|
|
{{html-safe (wizard-i18n currentStateKey catLinks=catLinks)}}
|
2021-02-22 11:55:47 +01:00
|
|
|
{{else}}
|
2021-04-07 07:19:48 +02:00
|
|
|
{{wizard-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}}
|
|
|
|
{{wizard-similar-topics topics=similarTopics}}
|
|
|
|
{{/if}}
|