{{# This html is inserted into the device and thermostat cards to edit the features that are displayed}} {{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}} {{feature_count=feature_count+1}} {{end}} {{count=1}}