{{set ds = $data[0] || false }} {{set {_res_path, icon,lvs,type} = $data[1]}}
{{ds.name}}
{{each ds.desc d}} {{ if d[0] === "<" }} {{@d}} {{else if d!=""}}

{{d}}

{{/if}} {{/each}}
{{if ds.tables && ds.tables.length > 0}}
{{each ds.tables tr}} {{if tr.isSame}}
{{tr.name}}{{if tr.unit}}({{tr.unit}}){{/if}} {{tr.values[0]}}
{{/if}} {{/each}}
{{each lvs lv idx}} {{if (type=="a" && idx>4 && idx<11) || (type!="a" && idx>4 && idx < 13)}} {{/if}} {{/each}} {{each ds.tables tr}} {{if !tr.isSame}} {{each tr.values v idx}} {{if (type=="a" && idx>4 && idx<11) || (type!="a" && idx>4 && idx < 13)}} {{/if}} {{/each}} {{/if}} {{/each}}
{{lv}}
{{tr.name}} {{if tr.unit}} ({{tr.unit}}) {{/if}} {{v}}
{{/if}}