<{foreach from=$pointdata item=point}>
  • <{$point.remark}>
    <{$point.modified_time|cdate}>
    <{if $point.behavior_type == "obtain"}>+<{elseif $point.behavior_type == "consume"}>-<{/if}><{$point.point}>
    <{$point.behavior}>
  • <{/foreach}>