Analysis & Migration Report
{#for header in headers}
{header}
{/for}
{#for row in tableData}
{#for cell in row.cells}
{#if cell.url}
{cell.text}
{#else} {cell.text} {/if}
{/for}
{/for}