{include file="file:$templatedir/header.mb.html"}
{l}注目カテゴリ設定{/l}
{include file="file:$templatedir/notice.mb.html"}
{l}注目しているカテゴリにチェックをつけると、そのカテゴリに投稿された新しい質問をメールでお知らせします。{/l}

{csrf} {html_session_hidden} {if $smarty.const.FAQ_USE_SEND_MAIL == $smarty.const.VAL_COMMON_FLAG_ON}{l}※(※)は必須項目です。{/l}{/if}
■{l}配信設定{/l}{if $smarty.const.FAQ_USE_SEND_MAIL == $smarty.const.VAL_COMMON_FLAG_ON}{l}(※){/l}:{/if}
{if $smarty.const.FAQ_USE_SEND_MAIL == $smarty.const.VAL_COMMON_FLAG_ON} {else} {l}管理者の設定でメール送信が許可されていないため受信することができません。{/l}
{/if}

■{l}カテゴリ選択:{/l}
{if $cnt == '0'} {l}カテゴリはありません。{/l}
{else} {foreach from=$listcategory name='_category' item='_category'} {$_category.category_name|smarty:nodefaults|emoji_truncate:$smarty.const.NUM_MAX_CATEGORY_LENGTH|neo_escape}
{foreach from=$_category.childlist name='_category2' item='_category2'} {if $smarty.foreach._category2.last}{l}└{/l}{else}{l}├{/l}{/if} {$_category2.category_name|smarty:nodefaults|emoji_truncate:$smarty.const.NUM_MAX_CATEGORY_LENGTH|neo_escape}
{foreach from=$_category2.childlist name='_category3' item='_category3'} {if !$smarty.foreach._category2.last}{l}│{/l}{else}    {/if} {if $smarty.foreach._category3.last}{l}└{/l}{else}{l}├{/l}{/if} {$_category3.category_name|smarty:nodefaults|emoji_truncate:$smarty.const.NUM_MAX_CATEGORY_LENGTH|neo_escape}
{/foreach} {/foreach} {/foreach} {/if}
{include file="file:$templatedir/footer.mb.html"}