<{strip}> <{* コメントテンプレート *}> <{if ($action.commentCount > 0) }> <{* コメントリスト *}>
<{* タイトル *}>
<{$lang.assignment_comment_value|smarty:nodefaults}>
<{foreach from=$action.comments item=comment}> <{* 投稿者 *}> <{* コメント内容 *}> <{/foreach}>
<{include file="assignment_view_handle.html" handle=$comment.insert_user_name|smarty:nodefaults user_id=$comment.insert_user_id}> <{* 投稿日時 *}> <{$comment.insert_time|timezone_date_format:$lang._full_date_format|smarty:nodefaults}> <{* 編集・削除 *}> <{if ($comment.hasCommentEditAuthority) }>     <{$lang._edit|smarty:nodefaults}> <{$lang._separator|smarty:nodefaults}> <{$lang._delete|smarty:nodefaults}> <{/if}>
<{$comment.comment_value|nl2br}>
<{/if}> <{* コメント書く *}> <{if ($action.report.hasCommentWriteAuthority) }>
<{* タイトル *}>
<{$lang.assignment_comment_write|smarty:nodefaults}>
<{* 入力欄 *}>
<{/if}> <{/strip}>