if(qacServices.validSession(req)) {
                    return html.form({method:'post', action:qacServices.rootUrl}, [html.table(all_trs)]);
                } else {
                    return html.table(all_trs);
                }