{if $ed eq 1}
Add note
{if $members_level eq 1 and $ed eq 1}
{html_options name=select_public id=select_public options=$public_options selected=$public class=obj_style}
{/if}
{if $members_level eq 1 and $ed eq 1}
{foreach from=$class_data item=cv} {if $cv.view_id eq '' or $cv.public eq 0} {else} {/if} {/foreach}
Setting
{/if} {/if}
{$data_ary.contents}
{foreach from=$data_ary.notes name=notes key=nk item=nv}
{$nv.note_text|str_trim}
{if $ed eq 1} DEL {/if}
{$nv.note_explain|nl2br}
{/foreach}