113
113
# If req has a "no_agreement" attribute, then it is because the user has
114
114
# not signed the agreement; therefore we are displaying the TOS page.
115
115
# Do not show apps (see dispatch.login).
117
117
# Only print app tabs if logged in
118
118
print_apps_list(req, req.app)
119
119
req.write('</div>\n<div id="ivlebody">\n')