{{includefile 'bootstrap/css/page_common.css'}} Timers/Counters {{includefile 'header.html'}} {{includefile 'navbar.html'}}
{{row=0}} {{for t in timers}}
{{t.timername}}
{{if t.running}} {{Running}} {{end}}
{{t.elapsed}}
{{if t.running}} {{end}}
{{end}}
{{row=0}} {{for c in counters}}
{{c.countername}}
{{c.value}}
{{end}}
globals
{{includefile 'bootstrap/js/page_common.js'}}