<{if $question->get('is_open') == 0}>
<{$smarty.const._MD_CUESTION_LANG_FIXED}>
<{/if}>

<{$question->getVar('subject')}>

<{$question->getVar('body')}>

<{if is_object($currentUser) && $question->get('uid') == $currentUser->get('uid') && $question->get('is_open') == 1}> [ <{$smarty.const._MD_CUESTION_LANG_REPORT_RESULT}> ] <{/if}> <{if $question->get('is_open') == 1}> [ <{$smarty.const._MD_CUESTION_LANG_CREATE_NEW}> ] <{/if}>

<{foreach item=obj from=$objects}> <{/foreach}>
USER <{$smarty.const._MD_CUESTION_LANG_BODY}>
<{if $obj->mUser}> <{$obj->mUser->getVar('uname')}> <{else}> <{$smarty.const._MD_CUESTION_LANG_ANONYMOUS}> <{/if}> <{$obj->get('create_unixtime')|xoops_formattimestamp:l}>
<{if $question->get('uid') == $obj->get('uid')}> <{/if}> <{$obj->getVar('body')}>

<{xoops_pagenavi pagenavi=$pageNavi}>
USER <{$smarty.const._MD_CUESTION_LANG_BODY}>
<{$question->mUser->getVar('uname')}> <{$smarty.const._MD_CUESTION_LANG_REPORT}>
<{$question->getVar('report')}>

<{if $actionForm->hasError()}> <{/if}>
<{xoops_input type=hidden name=question_id value=$question->getVar('question_id')}> <{xoops_token form=$actionForm}>
<{$smarty.const._MD_CUESTION_MESSAGE_HOW_DO_YOU_RATE}>
<{foreach item=rating_message from=$rating_messageArr}> <{xoops_input type=radio name=rating_message_id value=$rating_message->get('rating_message_id')}><{$rating_message->getVar('point')}>-<{$rating_message->get('name')}>  <{/foreach}>
<{xoops_input type=hidden name=question_id value=$question->getVar('question_id')}> <{xoops_token form=$keywordActionForm}>
<{$smarty.const._MD_CUESTION_MESSAGE_HOW_DO_YOU_RATE}>
<{foreach item=keyword from=$keywordArr}> <{xoops_input type=checkbox name=keyword_id key=$keyword->get('keyword_id') value=1}><{$keyword->get('name')}>  <{/foreach}>