<{$smarty.const._MD_SD2ND_MES_SKILL_LIST}>
<{if count($objects) > 0}><{$smarty.const._MD_SD2ND_LANG_HP}> | <{$smarty.const._MD_SD2ND_LANG_NAME}> | <{$smarty.const._MD_SD2ND_LANG_DESC}> | <{$smarty.const._MD_SD2ND_LANG_RANGE}> | <{$smarty.const._MD_SD2ND_LANG_TARGET}> | <{$smarty.const._MD_SD2ND_LANG_ELEMENT}> | <{$smarty.const._MD_SD2ND_LANG_KIND}> | <{$smarty.const._MD_SD2ND_LANG_TP}> | <{foreach from=$objects item=obj}>
---|---|---|---|---|---|---|---|
<{$obj->getShow('skill_id')}> | <{$obj->getShow('skill_name')}> | <{$obj->getShow('description')}> | <{$obj->getShow('range')}> | <{$targetHandler->convertToView($obj->get('target'))}> | <{foreach from=$obj->getElements() item=elem}> <{$elementLinkHandler->convertToView($elem)}> <{/foreach}> | <{$kindHandler->convertToView($obj->get('kind'))}> | <{$obj->getShow('tp')}> |