{{if w==null}} {{widget_id=queries['widget_id']}} {{w=widget_by_id widget_id}} {{end}} {{if w==null}} Error accessing data, please refresh the page {{else}} {{# handle the case where a device does not have any features and status and controls are on the root}} {{feature_count=0}} {{for feature in w.all_features_temp}} {{feature_count=feature_count+1}} {{end}}
Features
{{count=1}} {{for f in w.all_features_temp}} {{for feature in w.all_features_temp}} {{if feature.order==count-1}}
{{feature_name feature.ref}}
{{if count>1}} {{if count==(array.size w.all_features_temp)}} {{end}} {{else}} {{end}} {{if count<(array.size w.all_features_temp)}} {{end}}
{{end}} {{end}} {{count=count+1}} {{end}} {{end}}