from .tool.func import * def list_admin_group_2(): with get_db_connect() as conn: curs = conn.cursor() list_data = '' + \ '
' + \ '(' + get_lang(conn, 'add') + ')' + \ '' return easy_minify(conn, flask.render_template(skin_check(conn), imp = [get_lang(conn, 'admin_group_list'), wiki_set(conn), wiki_custom(conn), wiki_css([0, 0])], data = list_data, menu = [['manager', get_lang(conn, 'return')]] ))