#set($order_count= 0 )
#foreach($order in $orders)
#foreach($gc in $order.gcs)
#set($order_count = $!order_count + 1)
#if($!order_count<=7) #set($o_img="$!webPath/$!{gc.goods.goods_main_photo.path}/$!{gc.goods.goods_main_photo.name}_small.$!{gc.goods.goods_main_photo.ext}")
-
#end
#end
#end