from .tool.func import * async def list_recent_discuss(num = 1, tool = 'normal'): m_sub = 0 if tool == 'close': m_sub = '(' + await get_lang('close_discussion') + ')' elif tool == 'open': m_sub = '(' + await get_lang('open_discussion') + ')' return easy_minify(flask.render_template(await skin_check(), imp = [await get_lang('recent_discussion'), await wiki_set(), await wiki_custom(), wiki_css([m_sub, 0])], data = '' + \ '
' + \ '' + \ '' + \ '', menu = [['other', await get_lang('return')]] ))