<#if 'view'=type> <#if value?has_content> <#list value?split(',')?chunk(2) as row> <#list row as a>
<@t.page 'sensitivewords'/> <@t.page 'replace'/>
${a}
<#else> <#if value?has_content> <#list value?split(',')?chunk(2) as row> <#list row as a>
type="text" name="${inputName}" size="30" fieldClass="nocommas required" fieldAttrs="{'batchGroup':''<#if extend.maxlength?has_content>,'maxlength':'${extend.maxlength}'}" suffix="sensitivewords"><@t.page 'sensitivewords'/> type="text" name="${inputName}" size="30" fieldClass="nocommas"<#if extend.maxlength?has_content> fieldAttrs="{'maxlength':'${extend.maxlength}'}" suffix="replace"><@t.page 'replace'/> type="del"><@t.page 'operate'/>
<#if a?is_first> required="required"<#else> class="nocommas<#if a?is_first> required"<#if extend.maxlength?has_content> maxlength="${extend.maxlength}" value="${a}"/> onclick="this.parentElement.parentElement.remove()"<#else> class="btnDel"><@t.page 'button.delete'/>