<@_category id=categoryId!> <#assign category=object/> <@_model id=modelId!> <#assign model=object fieldList=model.fieldList![] requiredFieldList=model.requiredFfieldList![] /> <#assign formContent> <#if category.allowContribute>
<#if fieldList?seq_contains('author')>

<#if model.onlyUrl>

<#if fieldList?seq_contains('content')>

<#include "../include_page/extendData.html"/> <@_sysExtendFieldList extendId=category.extendId> <#assign extendList=list![]/> <#assign extendValue=attribute!{}/> <@extendData 'categoryExtendDataList' extendList extendValue 'customform'/> <#assign extendList=model.extendList![]/> <#assign extendValue=attribute!{}/> <@extendData 'modelExtendDataList' extendList extendValue 'customform'/>

<#else> <@t.message 'verify.custom.contribute'/>
<@t.page 'category'/>:
${(category.name)!}
<@t.page 'model'/>:
${(model.name)!}
<@t.page 'source_code'/>: