{{#with data.notificationPreferenceItem}}

{{name}}

{{#compare this.id "===" 15}} {{#if @root/data/currentUser/registrationStatus/registered}} | {{/if}} {{/compare}}

{{description}}

Email
{{#with items.[0]}} {{#compare status "==" 0}} {{#compare type_ "==" "HSNotificationPreferenceDeliveryMethodCheckboxItem"}}
{{else compare type_ "==" "HSNotificationPreferenceDeliveryMethodSingleSelectItem"}}
{{else compare type_ "==" "HSNotificationPreferenceDeliveryMethodMultiSelectItem"}}
{{/compare}} {{else compare status "==" 1}}
{{/compare}} {{/with}}
Push
{{#with items.[1]}} {{#compare status "==" 0}} {{#compare type_ "==" "HSNotificationPreferenceDeliveryMethodCheckboxItem"}}
{{else compare type_ "==" "HSNotificationPreferenceDeliveryMethodSingleSelectItem"}}
{{else compare type_ "==" "HSNotificationPreferenceDeliveryMethodMultiSelectItem"}}
{{/compare}} {{else compare status "==" 1}}
{{/compare}} {{/with}}
{{#if @root/data/hasSMSOptions}}
SMS
{{#with items.[2]}} {{#compare status "==" 0}} {{#compare type_ "==" "HSNotificationPreferenceDeliveryMethodCheckboxItem"}}
{{else compare type_ "==" "HSNotificationPreferenceDeliveryMethodMultiSelectItem"}}
{{/compare}} {{else compare status "==" 1}}
{{/compare}} {{/with}}
{{/if}}
{{/with}}