{include file="file:$templatedir/header.mb.html"}
{l}お知らせ一覧{/l}
{include file="file:$templatedir/notice.mb.html"}
{html_session_hidden} {csrf} {if !$listObj->numItems() > 0}
{$titleval.no_data}
{else}
{$listObj->numItems()}{l}件中{/l} {$listObj->getFirstItemIndex()}{l}件~{/l}{$listObj->getLastItemIndex()}{l}件表示{/l}

{foreach from=$listObj->getPageData() item='_data'}
{$_data.title|smarty:nodefaults|emoji_truncate:$smarty.const.NUM_MAX_STRING_LENGTH|neo_escape}{if $_data.new_flg}{/if}
{l}日付{/l}:{$_data.start_date}
{/foreach}
{if $listObj->range }
{if ! $listObj->isFirstPage()} {$smarty.const.STR_ACCESSKEY_BEFORE_PAGE}{l}前へ{/l} {/if} {if ! $listObj->isFirstPage() && ! $listObj->isLastPage()}
{/if} {if ! $listObj->isLastPage()} {$smarty.const.STR_ACCESSKEY_NEXT_PAGE}{l}次へ{/l} {/if} {/if}
{/if}
{include file="file:$templatedir/footer.mb.html"}