<% layout("/include/_container.html", {title:"统计报表", parent:"人口统计"}){ %>

${table.name!}

${table.comments!}

<% for(column in table.columnList){ if(column.isShowCharts == '1'){ %> <% }}%> <% for(map in dataList){ %> <% for(column in table.columnList){ if(column.isShowCharts == '1'){ %> <% }} %> <% }%>
${column.comments}
${@map.get(column.name)}
<% } %>