#foreach ($tableDiff in $schemaDiff.changedTableDiffList)
#if ($schemaDiff.isLatest())
#foreach ($handler in $tableDiff.nextPreviousValidList)
$handler.titleName()
$handler.provide().displayForHtml
#end
#foreach ($content in $tableDiff.nestDiffContentOrderedList)
${content.titleName}
#if ($content.isChange())
#foreach ($nestDiff in $content.nestDiffList)
- ${nestDiff.keyName}
#foreach ($handler in $nestDiff.nextPreviousValidList)
- $handler.titleName()$handler.provide().displayForHtml
#end
#end
#else
#foreach ($nestDiff in $content.nestDiffList)
- ${nestDiff.keyName}
#end
#end
#end