{{#if needsNtpEnabling}}
NTP not configured
{{else}}
NTP configured
{{/if}}
{{#if needsNtpEnabling}}
{{#switch operatingSystem}}
{{#case 'WebOS'}}
1. Go to Settings
2. Go to General
3. Go to Time & date
4. Check 'Set automatically'
5. Select correct timezone
{{/case}}
{{#case 'Windows'}}
1. Go to Control Panel
2. Go to Clock and Region
3. Go to Date and Time
4. Select correct timezone via 'Change time zone'
{{/case}}
{{/switch}}
{{else}}
{{#switch operatingSystem}}
{{#case 'WebOS'}}
Please reboot now.
{{/case}}
{{#case 'Windows'}}
Please restart Player via the Bootstrapper or reboot.
{{/case}}
{{/switch}}
{{/if}}