Current Temperature:
{{:data.currentTemp}}
{{if data.emagged}} WARNING: SAFE MODE OVERRIDE {{else}} Safeties Nominal {{/if}}
Temperature Selection:
{{if data.emagged}}
{{:helper.link('Scalding', 'circle-arrow-n', { 'temp' : 'Scalding' })}}
{{/if}}
{{:helper.link('Warm', 'circle-arrow-n', { 'temp' : 'Warm' })}}
{{:helper.link('Normal', 'circle-arrow-e', { 'temp' : 'Normal' })}}
{{:helper.link('Cool', 'circle-arrow-s', { 'temp' : 'Cool' })}}
{{if data.emagged}}
{{:helper.link('Frigid', 'circle-arrow-s', { 'temp' : 'Frigid' })}}
{{/if}}