{foreach($arr_group as $group)}
{$group["group_name"]}
{foreach($arr_table['id_'.$group['group_id']] as $table)}
{if(!empty($mytable) && $mytable['reserve_table_id']==$table['table_id'])}{tab_other_language::get("我的预约")}{else if($table["state"] == 1)}{tab_other_language::get("用餐中")}{else if($table["state"] == 2)}{tab_other_language::get("已预订")}{else}{tab_other_language::get("可以预订")}{/if}
{/foreach}
{/foreach}