2021-02-22 16:25:47 +05:30
|
|
|
<label class={{currentStateClass}}>
|
|
|
|
{{#if currentState}}
|
|
|
|
{{#if showValidationCategories}}
|
|
|
|
{{html-safe (i18n currentStateKey catLinks=catLinks)}}
|
|
|
|
{{else}}
|
|
|
|
{{i18n currentStateKey}}
|
|
|
|
{{/if}}
|
2021-02-18 14:40:59 +11:00
|
|
|
{{/if}}
|
2021-02-22 16:25:47 +05:30
|
|
|
</label>
|
|
|
|
|
|
|
|
{{#if showSimilarTopics}}
|
|
|
|
{{wizard-similar-topics topics=similarTopics}}
|
|
|
|
{{/if}}
|