$TABLE.table.DisplayName

#foreach ($col in $TABLE.table.getColumnList()) #end #foreach ($col in $TABLE.table.getColumns()) #if ($col.getValueType() == "Integer" || $col.getValueType() == "Double" || $col.getValueType() == "Decimal") #elseif ($col.getValueType() == "DateTime") #else #end #end
$col
{{item.$col.getName()}}{{parseDate(item.$col.getName()) | date: 'yyyy年MM月dd日HH時mm分ss秒'}}{{item.$col.getName()}}