<#-- 添加举报 集合--> <@function> <#-- 返回Map类型 --> <#assign returnValue = reportRelated_addReport_collection> <#-- 允许提交举报 --> <#if returnValue['allowReport'] == true>
<#list returnValue['reportTypeList'] as reportType>
<#-- 仅有一级分类 --> <#if reportType.childType?size == 0>
<#else> <#-- 含有多级分类 -->

${reportType.name}

    <#list reportType.childType as childReportType>
${(error['reportTypeId'])!}
<#if returnValue['reportMaxImageUpload'] gt 0> <#-- 获取令牌 --> <#-- 图片允许最大上传数量 --> <#-- 获取参数Id --> <#-- 获取模块 -->
<#-- identificationNumber:识别号:用来区别每次请求 --> <#-- 验证码 --> <#if returnValue['captchaKey'] != "">
换一幅

<#-- 验证码错误 --> ${(error['captchaValue'])!}

${error['report']}
<#else>

举报已关闭