from .tool.func import * async def edit_move_all(): return await render_template( await get_lang('multiple_move'), '' + \ '
' + \ '' + \ '' + \ '', 0, [['other', await get_lang('return')]] )