<th>{ts}Total Amount{/ts}</th>
<th>{ts}Financial Type{/ts}</th>
<th>{ts}Received date{/ts}</th>
- <th>{ts}Receipt Sent{/ts}</th>
<th>{ts}Status{/ts}</th>
</tr>
</td>
<td>{$row.financial_type}</td>
<td>{$row.receive_date|truncate:10:''|crmDate}</td>
- <td>{$row.receipt_date|truncate:10:''|crmDate}</td>
<td>{$row.contribution_status}</td>
</tr>
{/foreach}
<th>{ts}Type{/ts}</th>
<th>{ts}Financial Type{/ts}</th>
<th>{ts}Received date{/ts}</th>
- <th>{ts}Receipt Sent{/ts}</th>
<th>{ts}Status{/ts}</th>
</tr>
{foreach from=$honorRows item=row}
<td>{$row.honor_type}</td>
<td>{$row.type}</td>
<td>{$row.receive_date|truncate:10:''|crmDate}</td>
- <td>{$row.receipt_date|truncate:10:''|crmDate}</td>
<td>{$row.contribution_status}</td>
</tr>
{/foreach}