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