%if hasattr(devObj, 'tagPoints') and devObj.tagPoints:
%for i in devObj.tagPoints:
%if devObj.dashboard_datapoints.get(i,True):
%if devObj.tagPoints[i].type == 'string':
%elif devObj.tagPoints[i].type == 'number':
%if devObj.tagPoints[i].subtype in ('bool', 'boolean'):
%else:
%endif
%endif
%endif
%endfor
%endif
%if devObj.config.get('description',''):
${devObj.config.get('description')|h}
%endif