{include file="header.html"}
寄贈組織一覧
{if ($present_org_list_view.count == 0 || $present_org_list_view.count < $present_org_list_view.offset) }

表示するデータがありません。

表示条件をクリアする

{else} {section name="i" loop=$present_org_row} {/section}
寄贈組織ID 組織名 備考欄 操作
{$present_org_row[i].id|escape:"html"} {$present_org_row[i].org_name|escape:"html"} {$present_org_row[i].note|escape:"html"} 確認 変更 削除
{/if}
{dino_listnavi prefix="present_org_" offset=$present_org_list_view.offset limit=$present_org_list_view.limit count=$present_org_list_view.count list_url="present_org_list.php?"}

{include file="footer.html"}
{include file='debug.html'}