{{i18n 'Prediction'}}:
{{#ifCond prediction '===' 1}}
{{i18n 'Has Diabetes (1 = True)'}}
{{else}}
{{i18n 'Does not have Diabetes (0 = False)'}}
{{/ifCond}}
{{i18n 'Probability'}} {{i18n '(of Diabetes)'}}:
{{js (concat 'Number(' probability ' * 100).toFixed(2)')}} %