{$title}
[
トップページへ
]
{$disp_login_state}
[
新規登録
]
名前:
検索結果は{$count}件です。
{$links} {if ($data) }
番号
氏
名
生年月日
県名
登録日
{foreach item=item from=$data}
{$item.id}
{$item.last_name|escape:"html"}
{$item.first_name|escape:"html"}
{$item.birthday|strtotime|date_format:"%Y年%m月%d日"}
{$item.ken}
{$item.reg_date|date_format:"%Y年%m月%d日"}
[
更新
]
[
削除
]
{/foreach}
{/if}
{if ($debug_str)}
{$debug_str}
{/if}