{{extend 'layout.html'}} {{import os, stat, time}} {{block sectionclass}}errors{{end}} {{if db_ready['status'] == False: switchbutton = A(SPAN(T("switch to : db")), _href=db_ready['errlink'], _class="button unavailable btn btn-danger", _title="%s" % (db_ready['errmessage'])) else: switchbutton = A(SPAN(T("switch to : db")), _href=URL(args=[app, 'dbnew']), _class="button btn") pass}}