| <{$cid}> | <{if $commentObjects[$cid]->mModule}><{$commentObjects[$cid]->mModule->getShow('name')}><{/if}> | <{$commentObjects[$cid]->getShow('com_title')}> | <{if $commentObjects[$cid]->mUser}>
          <{$commentObjects[$cid]->mUser->getShow('uname')}>
        <{else}>
          <{$smarty.const._GUESTS}>
        <{/if}> | <{if $actionForm->get('status',$cid)|intval == $commentObjects[$cid]->getShow('com_status')}>
        <{$smarty.const._AD_LEGACY_LANG_NO_CHANGE}>
      <{else}>
        (<{if $commentObjects[$cid]->getShow('com_status') == 1 }>
	<{$smarty.const._CM_PENDING}>
        <{elseif $commentObjects[$cid]->getShow('com_status') == 2 }>
	<{$smarty.const._CM_ACTIVE}>
        <{elseif $commentObjects[$cid]->getShow('com_status') == 3}>
	<{$smarty.const._CM_HIDDEN}>
        <{/if}>) 
        »
        
        <{if $actionForm->get('status',$cid) == 1 }>
	<{$smarty.const._CM_PENDING}>
        <{elseif $actionForm->get('status',$cid) == 2 }>
	<{$smarty.const._CM_ACTIVE}>
        <{elseif $actionForm->get('status',$cid) == 3}>
	<{$smarty.const._CM_HIDDEN}>
        <{/if}>
      <{/if}> | <{if $actionForm->get('delete',$cid) == 1}>
          
          <{$smarty.const._YES}>
          
        <{else}>
          <{$smarty.const._NO}>
        <{/if}>
	
      <{if $actionForm->get('delete',$cid)}>
        
      <{else}>
        
      <{/if}> | 
<{/foreach}>