{include file="file:$templatedir/header.mb.html"}
{l}回答依頼一覧{/l}
{include file="file:$templatedir/notice.mb.html"}
{html_session_hidden}
{if $listObj->numItems() > 0} {$listObj->numItems()}{l}件中{/l} {$listObj->getFirstItemIndex()}{l}件~{/l}{$listObj->getLastItemIndex()}{l}件表示{/l}
{/if}
{if $listObj->numItems() > 0}

{/if}
{if $listObj->numItems() > 0}
{foreach from=$listObj->getPageData() item='_data'}
{if $_data.urgent_kbn == '1'} {elseif $_data.urgent_kbn == '2'} {elseif $_data.urgent_kbn == '3'} {/if} {$_data.title|smarty:nodefaults|emoji_truncate:$smarty.const.NUM_MAX_STRING_LENGTH|neo_escape}
{l}カテゴリ:{/l}{$_data.category_name|smarty:nodefaults|emoji_truncate:$smarty.const.NUM_MAX_CATEGORY_LENGTH|neo_escape}
{l}質問日時:{/l}{$_data.question_date|date_format:'%Y/%m/%d %H:%M'}
{if $_data.last_a_date != ""} {l}回答日時:{/l}{$_data.last_a_date|date_format:'%Y/%m/%d %H:%M'}
{else}   {/if} {l}回答数{/l}{$_data.a_cnt}{l}件{/l} ({$_data.open_flg|local_word:$dbValue.open_flg_word}) {if $user_data.official_permit_flg == $smarty.const.VAL_COMMON_FLAG_ON && $_data.ap_cnt > 0}
{l}承認待ち回答{/l}{$_data.ap_cnt}{l}件あり{/l}{/if}

{/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}
{else}
{$titleval.no_data}
{/if}
{include file="file:$templatedir/footer.mb.html"}