from .tool.func import * async def list_user_check_submit(name = 'Test'): return await render_template( name, '' + \ '
' + \ '' + \ '' + \ '', '(' + await get_lang('check') + ')', [['setting', await get_lang('return')]] )