{@
$doc_srl = $oDocument->document_srl;
$dmb_srl = $oDocument->get('member_srl');
$lmb_srl = $logged_info?$logged_info->member_srl:0;
$ci = &$column_info;
$mi = &$module_info;
$ds_nick = $ci['nick_name']->display == 'Y';
$ds_user = $ci['user_name']->display == 'Y';
$ds_voteup = $is_logged&&strpos($mi->use_c_vote, 'up')!==false;
$ds_votedown = $is_logged&&strpos($mi->use_c_vote, 'down')!==false;
$ds_declare = $is_logged&&strpos($mi->use_c_vote, 'declare')!==false;
$adm_id = $ds_declare ? $oThis->getAdminId() : array();
$start = true;
$depth = 0;
$cmts = $oThis->getCommentList($doc_srl, $cpage, $clist_count);
$bscmts = $mi->use_c_best=='Y' ? $oThis->getBestCommentList($document_srl) : array();
$a_clsttp = array('best'=>&$bscmts,''=>&$cmts->data);
$pt_vtype = $mi->use_point_type == 'A'?'A':'N';
$un_extra = $pt_vtype=='A'?$oDocument->get('extra_vars'):null;
$un_extra = is_string($un_extra)?unserialize($un_extra):$un_extra;
}
{$lang->cmd_vote}: {(int)$comment->get('voted_count')} / {(int)$comment->get('blamed_count')} ↑{$comment->get('voted_count')} ↓{$comment->get('blamed_count')} {$lang->cmd_declare}