@layout("/common/_container.html"){
基础信息
@if(item.process == 2){ @}

申报人信息

@if(item.type == 1){
@}
@if(item.type == 1){
@}
@if(item.declareType == 1){
@}

子女信息

@for(child in childrenList){
@}
@if(item.process >= 2){

民政局录入核查信息

本婚姻登记机关查询的历史婚姻状况
@for(spouse in spouseList){
${spouse.registerTime}
@}
婚姻状况备注
@} @if((item.process == 2 && company.code == 'zjj') || item.process == 3 || item.process == 4){

住建局录入信息

@if(item.declareType == 1){
其购置的房屋是否交易备案
@}
申请人及其配偶、未成年子女是否享受我市其他住房保障政策
@for(history in historyOtherList){
${history.enjoyPolicyName}(历史记录)
@} @for(now in nowOtherList){
${now.enjoyPolicyName}
@}
申请人及其配偶、未成年子女在晋是否有其他房产等(房产用途仅限住宅)
@for(house in zzjOtherHouseList){
${house.houseAddress}
@}
@} @if((item.process == 2 && company.code == 'zrzyj') || item.process == 3 || item.process == 4){

自然资源局录入核查信息

@if(item.declareType == 1){
是否已办理不动产权证
@}
申请人及其配偶、未成年子女在晋是否有其他房产等(房产用途仅限住宅)
@for(house in zrzyOtherHouseList){
${house.houseAddress}
@}
@}
@if(process >=3 && item.declareType ==1){
历史申报记录
@}
日志
<#table id="fileTable" />
@}