{foreach($arr_list['list'] as $item)}
{if($item['award_type']==0)}
{$item['award_name']}
{if($item['log_sendtime']!='')}{tab_other_language::get("已发货")}{else}{tab_other_language::get("待发货")}{/if}
{if(empty($item['log_tel']) && empty($item['log_name']))}
{tab_other_language::get("请填写收货地址")}
{else}
0)} onclick="thisjs.show_sendinfo({'sendid':'{$item['log_sendnumber']}','sendname':'{$item['log_sendname']}','sendtime':'{$item['log_sendtime']}'});"{else} onclick="thisjs.show_address({'id':{$item['log_id']},'name':'{$item['log_name']}','tel':'{$item['log_tel']}','address':'{$item['log_address']}'});"{/if}>
{tab_other_language::get("收货人")}:{$item['log_name']}
{tab_other_language::get("电 话")}:{$item['log_tel']}
{tab_other_language::get("地 址")}:{$item['log_address']}
{/if}
{else}
{$item['award_name']}
{if($item['log_state']==1)}{tab_other_language::get("已领取")}{else}{tab_other_language::get("待领取")}{/if}
{if($item['log_state']==1)}
{tab_other_language::get("领取时间")}:{$item['log_sendtime']}
{else}
{tab_other_language::get("点击领取")}
{/if}
{/if}
{/foreach}