{include file="file:$templatedir/Header.html"}
{include file="file:$templatedir/PortalMenu.html"}
ポータルTOP > 加入/脱退申請一覧 > 所属の設定 << 戻る
{if $successes}
{foreach from=$successes item=_success}
{$_success}
{/foreach}
{/if} {if $errors}
{foreach from="$errors" item="_error"}
{$_error}
{/foreach}
{/if}
グループ名
グループID
{$approval.name}
{$approval.group_id}
連絡先
申請日時
{$approval.tel}
{$approval.application_date|date_format:'%Y/%m/%d %H:%M'}
現在のメンバー
{if $approval.type == $smarty.const.VAL_GROUP_APPROVAL_JOIN}加入するメンバー{else}脱退するメンバー{/if}
{foreach name=member from=$member item=_item}{$_item.name}{if !$smarty.foreach.member.last}、{/if}{/foreach}
{$approval.uname}
メモ
{$approval.memo}
<< 戻る
{include file="file:$templatedir/Footer.html"}