Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-02-02 11:27:01 +01:00
5 Zeilen
103 B
Handlebars
5 Zeilen
103 B
Handlebars
|
{{#if this.isValid}}
|
||
|
{{i18n this.validMessageKey}}
|
||
|
{{else}}
|
||
|
{{i18n this.invalidMessageKey}}
|
||
|
{{/if}}
|